Skip to content

Commit fd51ad5

Browse files
committed
CS-15126: Removing the zone field for now
Conflicts: ui/scripts/system.js
1 parent 1b54e70 commit fd51ad5

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

Diff for: ui/scripts/system.js

+1-4
Original file line numberDiff line numberDiff line change
@@ -6488,7 +6488,6 @@
64886488
id: 'vSwitches',
64896489
fields: {
64906490
vsmdeviceid: { label: 'label.name' },
6491-
zonename: { label: 'label.zone' },
64926491
vsmdevicestate: { label: 'label.state' }
64936492
},
64946493
detailView: {
@@ -6632,9 +6631,7 @@
66326631
var item = json.listcisconexusvsmscmdresponse.cisconexusvsm;
66336632
args.response.success({
66346633
actionFilter: nexusActionfilter,
6635-
data: $.extend(item, {
6636-
zonename: args.context.clusters[0].zonename
6637-
})
6634+
data: item
66386635
});
66396636
},
66406637
error: function(json) {

0 commit comments

Comments
 (0)