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
bcdb0cd53b
commit
c3b6f2dc39
|
|
@ -6490,8 +6490,7 @@
|
|||
id: 'vSwitches',
|
||||
fields: {
|
||||
vsmdeviceid: { label: 'label.name' },
|
||||
zonename: { label: 'label.zone' },
|
||||
vsmdevicestate: { label: 'label.status' }
|
||||
vsmdevicestate: { label: 'label.state' }
|
||||
},
|
||||
detailView: {
|
||||
actions: {
|
||||
|
|
@ -6638,11 +6637,8 @@
|
|||
var item = json.listcisconexusvsmscmdresponse.cisconexusvsm;
|
||||
args.response.success({
|
||||
actionFilter: nexusActionfilter,
|
||||
data: $.map(item, function(item) {
|
||||
return $.extend(item, {
|
||||
zonename: args.context.clusters[0].zonename
|
||||
});
|
||||
})
|
||||
data: item
|
||||
|
||||
});
|
||||
},
|
||||
error: function(json) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue