Removed the second icon next to server name on Inspect page plugins tab

This commit is contained in:
Rsl1122 2017-10-25 14:36:56 +03:00
parent 78688b1d59
commit fb1d7f625c

View File

@ -213,7 +213,7 @@ public class HtmlStructure {
.append("<div class=\"box-header\">")
.append("<h2><i style=\"padding: 8px;\" class=\"fa fa-chevron-down\" aria-hidden=\"true\"></i> ")
.append(serverName)
.append(" <i class=\"fa fa-server\" aria-hidden=\"true\"></i></h2>")
.append("</h2>")
.append("</div>")
.append("</div>")
.append("</div>")