CS-15148 : Delete Nexus dvSwitch UI option is not Functional so removing this functionality
reviewed-by: brian Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/commit/e5db0ebc Tree: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/tree/e5db0ebc Diff: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/diff/e5db0ebc Branch: refs/heads/master Commit: e5db0ebc0f5f34d81994734633d995305b7bcef4 Parents: 920eadf Author: Brian Federle <[email protected]> Authored: Wed May 30 11:07:10 2012 -0700 Committer: bfederle <[email protected]> Committed: Tue Jun 19 11:11:11 2012 -0700 ---------------------------------------------------------------------- ui/scripts/system.js | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/e5db0ebc/ui/scripts/system.js ---------------------------------------------------------------------- diff --git a/ui/scripts/system.js b/ui/scripts/system.js index e304951..9888380 100644 --- a/ui/scripts/system.js +++ b/ui/scripts/system.js @@ -6562,9 +6562,9 @@ args.complete(); } } - }, + } - 'remove': { + /* 'remove': { label: 'label.action.delete.nexusVswitch' , messages: { confirm: function(args) { @@ -6587,7 +6587,7 @@ notification: { poll: function(args) { args.complete(); } } - } + }*/ }, tabs: {
