summaryrefslogtreecommitdiffstats
path: root/modules-available/dnbd3/page.inc.php
diff options
context:
space:
mode:
authorSimon Rettberg2020-08-27 15:04:27 +0200
committerSimon Rettberg2020-08-27 15:04:27 +0200
commita7291f2885a87664f6b213c01206a5a9c8acd0de (patch)
treee49894e3b75a382cd95709ab0b8173b2fe9bf713 /modules-available/dnbd3/page.inc.php
parent[dnbd3] Fix: idle time won't be displayed if > uptime (diff)
downloadslx-admin-a7291f2885a87664f6b213c01206a5a9c8acd0de.tar.gz
slx-admin-a7291f2885a87664f6b213c01206a5a9c8acd0de.tar.xz
slx-admin-a7291f2885a87664f6b213c01206a5a9c8acd0de.zip
[dnbd3] Make poxy image list sortable (stupidtable)
Diffstat (limited to 'modules-available/dnbd3/page.inc.php')
-rw-r--r--modules-available/dnbd3/page.inc.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules-available/dnbd3/page.inc.php b/modules-available/dnbd3/page.inc.php
index 5cb1c74b..96f72c3b 100644
--- a/modules-available/dnbd3/page.inc.php
+++ b/modules-available/dnbd3/page.inc.php
@@ -253,6 +253,7 @@ class Page_Dnbd3 extends Page
private function showProxyDetails()
{
User::assertPermission('view.details');
+ Module::isAvailable('js_stupidtable');
$server = $this->getServerById();
Render::addTemplate('page-proxy-header', $server);
$stats = Dnbd3Rpc::query($server['ip'], true, true, true, true, true, true);