Updated Branches: refs/heads/4.1 421a2308f -> 06e7fc111
CLOUDSTACK-1345, remove VNS from UI Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/commit/06e7fc11 Tree: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/tree/06e7fc11 Diff: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/diff/06e7fc11 Branch: refs/heads/4.1 Commit: 06e7fc1117cefc3cbee9f29d9c1d8f66de4cf0a5 Parents: 421a230 Author: Kanzhe Jiang <[email protected]> Authored: Wed Mar 6 15:33:55 2013 -0800 Committer: Chip Childers <[email protected]> Committed: Thu Mar 7 13:55:56 2013 -0500 ---------------------------------------------------------------------- ui/scripts/ui-custom/zoneWizard.js | 5 +---- 1 files changed, 1 insertions(+), 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/06e7fc11/ui/scripts/ui-custom/zoneWizard.js ---------------------------------------------------------------------- diff --git a/ui/scripts/ui-custom/zoneWizard.js b/ui/scripts/ui-custom/zoneWizard.js index 718b454..c31a5e0 100644 --- a/ui/scripts/ui-custom/zoneWizard.js +++ b/ui/scripts/ui-custom/zoneWizard.js @@ -623,10 +623,7 @@ }).html('GRE'), $('<option>').attr({ value: 'STT' - }).html('STT'), - $('<option>').attr({ - value: 'VNS' - }).html('VNS') + }).html('STT') ) )
