Updated Branches: refs/heads/master b84f5791c -> c77dca2d3
CLOUDSTACK-5301: Show VPC routers on main VR page, to support upgrade feature Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/c77dca2d Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/c77dca2d Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/c77dca2d Branch: refs/heads/master Commit: c77dca2d3e9a662cd8cbd4822976e4743fb16964 Parents: b84f579 Author: Brian Federle <[email protected]> Authored: Tue Dec 3 15:36:15 2013 -0800 Committer: Brian Federle <[email protected]> Committed: Tue Dec 3 15:36:46 2013 -0800 ---------------------------------------------------------------------- ui/scripts/system.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack/blob/c77dca2d/ui/scripts/system.js ---------------------------------------------------------------------- diff --git a/ui/scripts/system.js b/ui/scripts/system.js index 8f1572a..7e4bb61 100644 --- a/ui/scripts/system.js +++ b/ui/scripts/system.js @@ -7601,7 +7601,7 @@ } var data2 = { - forvpc: false + // forvpc: false }; var routers = [];
