mirror of
https://github.com/alerta/alerta-webui.git
synced 2025-03-17 22:12:37 +00:00
Do not wrap any alarm summary columns
This commit is contained in:
parent
28b858dd65
commit
6a932061cc
1 changed files with 2 additions and 0 deletions
|
@ -62,6 +62,7 @@
|
|||
<td
|
||||
v-for="col in $config.columns"
|
||||
:key="col"
|
||||
class="text-no-wrap"
|
||||
>
|
||||
<span
|
||||
v-if="col == 'id'"
|
||||
|
@ -219,6 +220,7 @@
|
|||
</td>
|
||||
<td
|
||||
:colspan="(showIcons === props.item.id && !selectableRows) ? '1' : '2'"
|
||||
class="text-no-wrap"
|
||||
>
|
||||
<div class="fixed-table">
|
||||
<div class="text-truncate">
|
||||
|
|
Loading…
Reference in a new issue