mirror of https://github.com/apache/cloudstack.git
CS-15126: Removing the zone field for now
Conflicts: ui/scripts/system.js
This commit is contained in:
parent
073829638f
commit
920eadffd5
|
|
@ -6488,7 +6488,6 @@
|
|||
id: 'vSwitches',
|
||||
fields: {
|
||||
vsmdeviceid: { label: 'label.name' },
|
||||
zonename: { label: 'label.zone' },
|
||||
vsmdevicestate: { label: 'label.state' }
|
||||
},
|
||||
detailView: {
|
||||
|
|
@ -6632,9 +6631,7 @@
|
|||
var item = json.listcisconexusvsmscmdresponse.cisconexusvsm;
|
||||
args.response.success({
|
||||
actionFilter: nexusActionfilter,
|
||||
data: $.extend(item, {
|
||||
zonename: args.context.clusters[0].zonename
|
||||
})
|
||||
data: item
|
||||
});
|
||||
},
|
||||
error: function(json) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue