diff --git a/ui/scripts/system.js b/ui/scripts/system.js index 18ed9a9e26a..48a48c78202 100644 --- a/ui/scripts/system.js +++ b/ui/scripts/system.js @@ -6495,7 +6495,6 @@ id: 'vSwitches', fields: { vsmdeviceid: { label: 'label.name' }, - type: { label: 'label.type' }, zonename: { label: 'label.zone' }, vsmdevicestate: { label: 'label.status' } }, @@ -6644,7 +6643,9 @@ var item = json.listcisconexusvsmscmdresponse.cisconexusvsm; args.response.success({ actionFilter: nexusActionfilter, - data: item + data: $.extend(item, { + zonename: args.context.clusters[0].zonename + }) }); }, error: function(json) {