mirror of
https://github.com/apache/cloudstack.git
synced 2025-10-26 08:42:29 +01:00
CLOUDSTACK-4460: VPC list UI: Truncate long values to prevent overflow.
This commit is contained in:
parent
62072514f0
commit
b887302cb7
@ -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…
x
Reference in New Issue
Block a user