mirror of https://github.com/apache/cloudstack.git
CS-12478: Add cluster name to primary storage list view
Original patch by: olga.smola reviewed-by: brian
This commit is contained in:
parent
2f38e1c713
commit
e442e3a7cf
|
|
@ -7351,7 +7351,8 @@
|
|||
fields: {
|
||||
name: { label: 'label.name' },
|
||||
ipaddress: { label: 'label.server' },
|
||||
path: { label: 'label.path' }
|
||||
path: { label: 'label.path' },
|
||||
clustername: { label: 'label.cluster'}
|
||||
},
|
||||
|
||||
dataProvider: function(args) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue