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 7a3de2a50..951aa5262 100644 --- a/Plan/common/src/main/resources/assets/plan/web/server.html +++ b/Plan/common/src/main/resources/assets/plan/web/server.html @@ -969,7 +969,12 @@

${serverDisplayName} - · Performance

+ · Performance + + + Updating.. + + ${backButton}
@@ -1326,7 +1331,7 @@ refreshingJsonRequest("../v1/sessionsOverview?server=${serverUUID}", loadSessionValues, 'sessions-overview'); refreshingJsonRequest("../v1/playerVersus?server=${serverUUID}", loadPvPPvEValues, "pvp-pve"); refreshingJsonRequest("../v1/playerbaseOverview?server=${serverUUID}", loadPlayerbaseOverviewValues, 'playerbase-overview'); - jsonRequest("../v1/performanceOverview?server=${serverUUID}", loadPerformanceValues); + refreshingJsonRequest("../v1/performanceOverview?server=${serverUUID}", loadPerformanceValues, 'performance'); setLoadingText('Rendering graphs..'); Highcharts.setOptions({