diff --git a/ui/scripts/system.js b/ui/scripts/system.js index 318e8bd82b7..908bd9da6b6 100644 --- a/ui/scripts/system.js +++ b/ui/scripts/system.js @@ -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) {