summaryrefslogtreecommitdiffstats
path: root/modules-available/rebootcontrol/templates/subnet-list.html
diff options
context:
space:
mode:
Diffstat (limited to 'modules-available/rebootcontrol/templates/subnet-list.html')
-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>