mirror of
https://github.com/plan-player-analytics/Plan.git
synced 2025-01-09 09:57:35 +01:00
Fixed Server name & plugin tables on plugin overview tab
This commit is contained in:
parent
f0b31c8c4b
commit
82acfde702
@ -130,13 +130,8 @@ public class AnalysisPluginTabs {
|
|||||||
return "<div class=\"tab\"><div class=\"container-fluid mt-4\">" +
|
return "<div class=\"tab\"><div class=\"container-fluid mt-4\">" +
|
||||||
// Page heading
|
// Page heading
|
||||||
"<div class=\"d-sm-flex align-items-center justify-content-between mb-4\">" +
|
"<div class=\"d-sm-flex align-items-center justify-content-between mb-4\">" +
|
||||||
"<h1 class=\"h3 mb-0 text-gray-800\"><i class=\"sidebar-toggler fa fa-fw fa-bars\"></i>Server name · Plugins Overview</h1>" +
|
"<h1 class=\"h3 mb-0 text-gray-800\"><i class=\"sidebar-toggler fa fa-fw fa-bars\"></i><span class=\"server-name\"></span> · Plugins Overview</h1>" +
|
||||||
"<a href=\"network.html\" class=\"btn bg-plan btn-icon-split\">" +
|
"</div>" +
|
||||||
"<span class=\"icon text-white-50\">" +
|
|
||||||
"<i class=\"fas fa-fw fa-arrow-left\"></i><i class=\"fas fa-fw fa-cloud\"></i>" +
|
|
||||||
"</span>" +
|
|
||||||
"<span class=\"text\">Network page</span>" +
|
|
||||||
"</a></div>" +
|
|
||||||
// End Page heading
|
// End Page heading
|
||||||
"<div class=\"row clearfix\">" + content + "</div></div></div>";
|
"<div class=\"row clearfix\">" + content + "</div></div></div>";
|
||||||
}
|
}
|
||||||
|
@ -1631,6 +1631,10 @@
|
|||||||
$('.plugin-nav').remove();
|
$('.plugin-nav').remove();
|
||||||
$('.plugin-tabs').remove();
|
$('.plugin-tabs').remove();
|
||||||
}
|
}
|
||||||
|
$('.server-name').text('${serverName}');
|
||||||
|
$('.player-plugin-table').DataTable({
|
||||||
|
responsive: true
|
||||||
|
});
|
||||||
});
|
});
|
||||||
|
|
||||||
setLoadingText('Almost done..');
|
setLoadingText('Almost done..');
|
||||||
|
Loading…
Reference in New Issue
Block a user