CS-15126: Removing the zone field for now

Conflicts:

	ui/scripts/system.js
This commit is contained in:
Brian Federle 2012-05-30 09:44:32 -07:00 committed by bfederle
parent 073829638f
commit 920eadffd5
1 changed files with 1 additions and 4 deletions

View File

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