mirror of https://github.com/apache/cloudstack.git
CLOUDSTACK-4460: VPC list UI: Truncate long values to prevent overflow.
This commit is contained in:
parent
e9c99fc0d4
commit
b7b0fcbd8c
|
|
@ -4718,10 +4718,12 @@
|
|||
label: 'label.name'
|
||||
},
|
||||
displaytext: {
|
||||
label: 'label.description'
|
||||
label: 'label.description',
|
||||
truncate: true
|
||||
},
|
||||
zonename: {
|
||||
label: 'label.zone'
|
||||
label: 'label.zone',
|
||||
truncate: true
|
||||
},
|
||||
cidr: {
|
||||
label: 'label.cidr'
|
||||
|
|
|
|||
Loading…
Reference in New Issue