Updated Branches: refs/heads/vpc 9b4375339 -> 20407ec86
CS-15793:Enable static NAT for the public IP address screen is not showing VMs Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/commit/20407ec8 Tree: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/tree/20407ec8 Diff: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/diff/20407ec8 Branch: refs/heads/vpc Commit: 20407ec8630fe6aaffa3f35e9825557cd3a97806 Parents: 9b43753 Author: Pranav Saxena <[email protected]> Authored: Fri Aug 3 15:54:10 2012 +0530 Committer: Pranav Saxena <[email protected]> Committed: Fri Aug 3 15:54:10 2012 +0530 ---------------------------------------------------------------------- ui/scripts/network.js | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/20407ec8/ui/scripts/network.js ---------------------------------------------------------------------- diff --git a/ui/scripts/network.js b/ui/scripts/network.js index ae0a6cc..e6ddc5f 100644 --- a/ui/scripts/network.js +++ b/ui/scripts/network.js @@ -1402,9 +1402,9 @@ args.$tierSelect.hide(); } - args.$tierSelect.change(function() { + // args.$tierSelect.change(function() { args.$tierSelect.closest('.list-view').listView('refresh'); - }); + // }); }, listView: $.extend(true, {}, cloudStack.sections.instances, {
