mirror of
https://github.com/plan-player-analytics/Plan.git
synced 2025-01-11 19:02:16 +01:00
Removed the second icon next to server name on Inspect page plugins tab
This commit is contained in:
parent
78688b1d59
commit
fb1d7f625c
@ -213,7 +213,7 @@ public class HtmlStructure {
|
|||||||
.append("<div class=\"box-header\">")
|
.append("<div class=\"box-header\">")
|
||||||
.append("<h2><i style=\"padding: 8px;\" class=\"fa fa-chevron-down\" aria-hidden=\"true\"></i> ")
|
.append("<h2><i style=\"padding: 8px;\" class=\"fa fa-chevron-down\" aria-hidden=\"true\"></i> ")
|
||||||
.append(serverName)
|
.append(serverName)
|
||||||
.append(" <i class=\"fa fa-server\" aria-hidden=\"true\"></i></h2>")
|
.append("</h2>")
|
||||||
.append("</div>")
|
.append("</div>")
|
||||||
.append("</div>")
|
.append("</div>")
|
||||||
.append("</div>")
|
.append("</div>")
|
||||||
|
Loading…
Reference in New Issue
Block a user