mirror of
https://github.com/plan-player-analytics/Plan.git
synced 2024-12-29 12:37:40 +01:00
Server name to Inspect Session Accordion
This commit is contained in:
parent
e1ffe5e65b
commit
c7d1b503f2
@ -63,7 +63,7 @@ public class SessionTabStructureCreator {
|
||||
String link = Plan.getPlanAPI().getPlayerInspectPageLink(name);
|
||||
String dotSeparated = appendName ?
|
||||
HtmlStructure.separateWithDots(name, sessionStart) :
|
||||
sessionStart;
|
||||
HtmlStructure.separateWithDots(serverName, sessionStart);
|
||||
|
||||
String htmlID = "" + session.getSessionStart() + sessionID + i;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user