summaryrefslogtreecommitdiffstats
path: root/modules-available/statistics
diff options
context:
space:
mode:
authorSimon Rettberg2022-10-27 16:14:57 +0200
committerSimon Rettberg2022-10-27 16:14:57 +0200
commit961b925ee155fae91c66b9f4a574c7bba38798d6 (patch)
tree5f5974d328928dd84a177b3594b7a713812d05dd /modules-available/statistics
parent[statistics] Force-override partiton name for 44/45 in machine view (diff)
downloadslx-admin-961b925ee155fae91c66b9f4a574c7bba38798d6.tar.gz
slx-admin-961b925ee155fae91c66b9f4a574c7bba38798d6.tar.xz
slx-admin-961b925ee155fae91c66b9f4a574c7bba38798d6.zip
[statistics] Don't wrap partition name column in machine view
Diffstat (limited to 'modules-available/statistics')
-rw-r--r--modules-available/statistics/templates/machine-hdds.html4
1 files changed, 3 insertions, 1 deletions
diff --git a/modules-available/statistics/templates/machine-hdds.html b/modules-available/statistics/templates/machine-hdds.html
index 49b49277..57786510 100644
--- a/modules-available/statistics/templates/machine-hdds.html
+++ b/modules-available/statistics/templates/machine-hdds.html
@@ -37,7 +37,9 @@
<tr id="part-{{hddidx}}-{{idx}}">
<td>{{index}}</td>
<td class="text-right text-nowrap">{{size_s}}</td>
- <td>{{name}}</td>
+ <td class="text-nowrap">
+ <table class="slx-ellipsis"><tr><td>{{name}}</td></tr></table>
+ </td>
</tr>
{{/partitions}}
</table>