Updated Branches:
refs/heads/vpc 20407ec86 -> 7fb1e1395
CS-15793: Fix static NAT select when in a VPC network
Conflicts:
ui/scripts/network.js
Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo
Commit:
http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/commit/7fb1e139
Tree: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/tree/7fb1e139
Diff: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/diff/7fb1e139
Branch: refs/heads/vpc
Commit: 7fb1e139573165c9f675f4ba5d674488177b803d
Parents: 20407ec
Author: Brian Federle <[email protected]>
Authored: Fri Aug 3 11:03:56 2012 -0700
Committer: Brian Federle <[email protected]>
Committed: Fri Aug 3 11:07:06 2012 -0700
----------------------------------------------------------------------
ui/scripts/network.js | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
----------------------------------------------------------------------
http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/7fb1e139/ui/scripts/network.js
----------------------------------------------------------------------
diff --git a/ui/scripts/network.js b/ui/scripts/network.js
index e6ddc5f..4f1b41d 100644
--- a/ui/scripts/network.js
+++ b/ui/scripts/network.js
@@ -1402,9 +1402,10 @@
args.$tierSelect.hide();
}
- // args.$tierSelect.change(function() {
+ args.$tierSelect.change(function() {
args.$tierSelect.closest('.list-view').listView('refresh');
- // });
+ });
+
args.$tierSelect.closest('.list-view').listView('refresh');
},
listView: $.extend(true, {},
cloudStack.sections.instances, {