You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by bf...@apache.org on 2012/07/31 23:38:57 UTC

[3/3] git commit: VPC widget: fix missing $browser reference

VPC widget: fix missing $browser reference


Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/commit/1c7e68aa
Tree: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/tree/1c7e68aa
Diff: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/diff/1c7e68aa

Branch: refs/heads/vpc
Commit: 1c7e68aa49508b4675c5f3841a1e5d1ef2dbbce1
Parents: 6cbf43e
Author: Brian Federle <br...@citrix.com>
Authored: Tue Jul 31 14:37:55 2012 -0700
Committer: Brian Federle <br...@citrix.com>
Committed: Tue Jul 31 14:37:55 2012 -0700

----------------------------------------------------------------------
 ui/scripts/ui-custom/vpc.js |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/1c7e68aa/ui/scripts/ui-custom/vpc.js
----------------------------------------------------------------------
diff --git a/ui/scripts/ui-custom/vpc.js b/ui/scripts/ui-custom/vpc.js
index 9c263f9..eb5a4ad 100644
--- a/ui/scripts/ui-custom/vpc.js
+++ b/ui/scripts/ui-custom/vpc.js
@@ -200,6 +200,7 @@
             maximizeIfSelected: true,
             complete: function($panel) {
               $panel.detailView($.extend(true, {}, detailView, {
+                $browser: $browser,
                 context: context
               }));
             }