Updated Branches:
refs/heads/ui-vpc-redesign 72fa89eb7 -> 2a966f35f
Another fix for before: {} block
Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo
Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/2a966f35
Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/2a966f35
Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/2a966f35
Branch: refs/heads/ui-vpc-redesign
Commit: 2a966f35ff05e458e1d4df230920cdd926309cac
Parents: 72fa89e
Author: Brian Federle <[email protected]>
Authored: Fri May 24 13:10:31 2013 -0700
Committer: Brian Federle <[email protected]>
Committed: Fri May 24 13:10:31 2013 -0700
----------------------------------------------------------------------
ui/modules/vpc/vpc.js | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
----------------------------------------------------------------------
http://git-wip-us.apache.org/repos/asf/cloudstack/blob/2a966f35/ui/modules/vpc/vpc.js
----------------------------------------------------------------------
diff --git a/ui/modules/vpc/vpc.js b/ui/modules/vpc/vpc.js
index 1a3b3e8..a6037c0 100644
--- a/ui/modules/vpc/vpc.js
+++ b/ui/modules/vpc/vpc.js
@@ -225,6 +225,8 @@
}
}
});
+ } else {
+ load();
}
});
});