Do not wrap table column

This commit is contained in:
Johannes Zellner
2021-05-25 14:10:00 +02:00
parent 89754a62fe
commit 5718775bf7

View File

@@ -71,7 +71,7 @@
<th style="width: 5%;"></th>
<th style="width: 20%">{{ 'services.service' | tr }}</th>
<th style="width: 50%">{{ 'services.memoryUsage' | tr }}</th>
<th style="width: 20%" class="text-center">{{ 'services.memoryLimit' | tr }}</th>
<th style="width: 20%" class="text-center no-wrap">{{ 'services.memoryLimit' | tr }}</th>
<th style="width: 5%" class="text-right">{{ 'main.actions' | tr }}</th>
</tr>
</thead>