CLOUDSTACK-6044: Primary storage list: truncate long values

This commit is contained in:
Brian Federle 2014-02-06 09:50:09 -08:00
parent 64c61c7202
commit 916728634b
1 changed files with 6 additions and 3 deletions

View File

@ -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'