summaryrefslogtreecommitdiffstats
path: root/modules-available/rebootcontrol/templates/status-exec.html
diff options
context:
space:
mode:
authorSimon Rettberg2022-05-30 17:01:53 +0200
committerSimon Rettberg2022-05-30 17:01:53 +0200
commit15818f658b2d11e98d66dffd56d1929406862e94 (patch)
tree982b1cf503f540fedced63d2b3af49dff17ba109 /modules-available/rebootcontrol/templates/status-exec.html
parent[rebootcontrol] Pick better variable names (diff)
downloadslx-admin-15818f658b2d11e98d66dffd56d1929406862e94.tar.gz
slx-admin-15818f658b2d11e98d66dffd56d1929406862e94.tar.xz
slx-admin-15818f658b2d11e98d66dffd56d1929406862e94.zip
[rebootcontrol] Make machines clickable in wol/reboot/exec status page
Diffstat (limited to 'modules-available/rebootcontrol/templates/status-exec.html')
-rw-r--r--modules-available/rebootcontrol/templates/status-exec.html6
1 files changed, 5 insertions, 1 deletions
diff --git a/modules-available/rebootcontrol/templates/status-exec.html b/modules-available/rebootcontrol/templates/status-exec.html
index d001941e..a3efef5f 100644
--- a/modules-available/rebootcontrol/templates/status-exec.html
+++ b/modules-available/rebootcontrol/templates/status-exec.html
@@ -16,7 +16,11 @@
{{#clients}}
<div class="list-group-item" id="client-{{machineuuid}}">
<div class="row">
- <div class="col-md-6 col-sm-8 col-xs-12 slx-bold">{{hostname}}{{^hostname}}{{clientip}}{{/hostname}}</div>
+ <div class="col-md-6 col-sm-8 col-xs-12 slx-bold">
+ <a href="?do=statistics&amp;uuid={{machineuuid}}">
+ {{hostname}}{{^hostname}}{{clientip}}{{/hostname}}
+ </a>
+ </div>
<div class="col-md-4 col-sm-2 col-xs-6 state"></div>
<div class="col-md-2 col-sm-2 col-xs-6 text-right exitCode"></div>
</div>