CS-15126: Removing the zone field for now

Conflicts:

	ui/scripts/system.js
This commit is contained in:
Brian Federle 2012-05-30 09:42:40 -07:00
parent bcdb0cd53b
commit c3b6f2dc39
1 changed files with 3 additions and 7 deletions

View File

@ -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) {