mirror of https://github.com/apache/cloudstack.git
cloudstack 3.0 new UI - system page - secondary page - remove zonename from listView since secondary storage page is under a zone which has been shown on breadcrumb.
This commit is contained in:
parent
58e937acc1
commit
22cc8583ce
|
|
@ -7599,8 +7599,7 @@
|
|||
listView: {
|
||||
section: 'seconary-storage',
|
||||
fields: {
|
||||
name: { label: 'Name' },
|
||||
zonename: { label: 'Zone' }
|
||||
name: { label: 'Name' }
|
||||
},
|
||||
|
||||
dataProvider: function(args) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue