mirror of https://github.com/apache/cloudstack.git
CLOUDSTACK-6044: Primary storage list: truncate long values
This commit is contained in:
parent
64c61c7202
commit
916728634b
|
|
@ -14885,16 +14885,19 @@
|
|||
section: 'primary-storage',
|
||||
fields: {
|
||||
name: {
|
||||
label: 'label.name'
|
||||
label: 'label.name',
|
||||
truncate: true
|
||||
},
|
||||
ipaddress: {
|
||||
label: 'label.server'
|
||||
},
|
||||
path: {
|
||||
label: 'label.path'
|
||||
label: 'label.path',
|
||||
truncate: true
|
||||
},
|
||||
clustername: {
|
||||
label: 'label.cluster'
|
||||
label: 'label.cluster',
|
||||
truncate: true
|
||||
},
|
||||
scope: {
|
||||
label: 'Scope'
|
||||
|
|
|
|||
Loading…
Reference in New Issue