mirror of https://github.com/apache/cloudstack.git
Truncate event type column to prevent wrapping
This commit is contained in:
parent
5e552ec66b
commit
caba41747d
|
|
@ -43,7 +43,8 @@
|
|||
label: 'label.level'
|
||||
},
|
||||
type: {
|
||||
label: 'Type'
|
||||
label: 'Type',
|
||||
truncate: true
|
||||
},
|
||||
domain: {
|
||||
label: 'label.domain'
|
||||
|
|
|
|||
Loading…
Reference in New Issue