summaryrefslogtreecommitdiffstats
path: root/modules-available/rebootcontrol
diff options
context:
space:
mode:
authorSimon Rettberg2022-06-03 09:51:28 +0200
committerSimon Rettberg2022-06-03 09:51:28 +0200
commita5495d77e082ef4cddbc5d90d906e1b5bf56734a (patch)
tree135533c7478f2d7c80b3676a5509f4cb1e9404bd /modules-available/rebootcontrol
parent[locationinfo] Better explanation of "interactive mode" (URL panel) (diff)
downloadslx-admin-a5495d77e082ef4cddbc5d90d906e1b5bf56734a.tar.gz
slx-admin-a5495d77e082ef4cddbc5d90d906e1b5bf56734a.tar.xz
slx-admin-a5495d77e082ef4cddbc5d90d906e1b5bf56734a.zip
[rebootcontrol] Don't word-wrap in last seen column of subnet table
Diffstat (limited to 'modules-available/rebootcontrol')
-rw-r--r--modules-available/rebootcontrol/templates/subnet-list.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules-available/rebootcontrol/templates/subnet-list.html b/modules-available/rebootcontrol/templates/subnet-list.html
index 8ecf66b4..2bc9208f 100644
--- a/modules-available/rebootcontrol/templates/subnet-list.html
+++ b/modules-available/rebootcontrol/templates/subnet-list.html
@@ -30,7 +30,7 @@
<td class="text-center">{{#fixed}}<span class="glyphicon glyphicon-lock"></span>{{/fixed}}</td>
<td class="text-center">{{#isdirect}}<span class="glyphicon glyphicon-ok"></span>{{/isdirect}}</td>
<td class="text-right"><span class="badge">{{jumphostcount}}</span> / <span class="badge">{{sourcecount}}</span></td>
- <td class="{{lastseen_class}}">{{lastseen_s}}</td>
+ <td class="{{lastseen_class}} text-nowrap">{{lastseen_s}}</td>
</tr>
{{/subnets}}
</tbody>