summaryrefslogtreecommitdiffstats
path: root/modules-available/rebootcontrol/templates
diff options
context:
space:
mode:
authorSimon Rettberg2017-05-09 17:31:37 +0200
committerSimon Rettberg2017-05-09 17:31:37 +0200
commitdd497ba5a35285e9b41ee592095d3356480ed9d6 (patch)
tree61926f10ab25af423c901dc9ffe475950b467918 /modules-available/rebootcontrol/templates
parentUpdate translations (diff)
downloadslx-admin-dd497ba5a35285e9b41ee592095d3356480ed9d6.tar.gz
slx-admin-dd497ba5a35285e9b41ee592095d3356480ed9d6.tar.xz
slx-admin-dd497ba5a35285e9b41ee592095d3356480ed9d6.zip
[rebootcontrol] Fix current session display, colors for on/off
Diffstat (limited to 'modules-available/rebootcontrol/templates')
-rw-r--r--modules-available/rebootcontrol/templates/_page.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules-available/rebootcontrol/templates/_page.html b/modules-available/rebootcontrol/templates/_page.html
index 690316df..065a9f01 100644
--- a/modules-available/rebootcontrol/templates/_page.html
+++ b/modules-available/rebootcontrol/templates/_page.html
@@ -40,10 +40,10 @@
<td>{{clientip}}</td>
<td class="statusColumn">
{{#status}}
- {{lang_on}}
+ <span class="text-success">{{lang_on}}</span>
{{/status}}
{{^status}}
- {{lang_off}}
+ <span class="text-danger">{{lang_off}}</span>
{{/status}}
</td>
<td>{{#status}}{{currentsession}}{{/status}}</td>