diff --git a/Plan/common/src/main/resources/assets/plan/web/network.html b/Plan/common/src/main/resources/assets/plan/web/network.html index c7bbba0d1..1e07b8a09 100644 --- a/Plan/common/src/main/resources/assets/plan/web/network.html +++ b/Plan/common/src/main/resources/assets/plan/web/network.html @@ -108,13 +108,7 @@ - - - + ${navPluginsTabs} @@ -144,7 +138,7 @@
-

Network Name +

${networkDisplayName} · Network Overview

@@ -318,7 +312,7 @@
-

Network Name +

${networkDisplayName} · Servers

@@ -505,7 +499,7 @@
-

Network Name +

${networkDisplayName} · Sessions

@@ -956,7 +950,7 @@
-

Network Name +

${networkDisplayName} · Player List

@@ -984,7 +978,7 @@
-

Network Name +

${networkDisplayName} · Geolocations

@@ -1036,55 +1030,7 @@
-
-
- -
-

Network Name - · Plugins Overview

-
-
-
-
-
-
- AdvancedAchievements
-
-
-

Total Achievements9

-

Average Achievements / - Player9

-
-
-
-
-
-
-
- ViaVersion
-
- - - - - - - - - - - - - -
Version Users
1.12.11
-
-
-
-
-
+ ${tabsPlugins}
@@ -1375,7 +1321,13 @@ } }); - setLoadingText('Sorting players table..'); + setLoadingText('Sorting out plugin tables..'); + + $('.server-name').text('${networkDisplayName}'); + $('.player-plugin-table').DataTable({ + responsive: true + }); + setLoadingText('Almost done..'); var navButtons = document.getElementsByClassName("nav-button"); var tabs = document.getElementsByClassName("tab"); diff --git a/Plan/common/src/main/resources/assets/plan/web/server.html b/Plan/common/src/main/resources/assets/plan/web/server.html index a38218d4c..779bf390c 100644 --- a/Plan/common/src/main/resources/assets/plan/web/server.html +++ b/Plan/common/src/main/resources/assets/plan/web/server.html @@ -114,7 +114,6 @@ - ${navPluginsTabs} @@ -1674,6 +1673,7 @@ }); jsonRequest("../v1/kills?server=${serverName}", loadPlayerKills); + $('.server-name').text('${serverName}'); $('.player-plugin-table').DataTable({ responsive: true });