Updated Branches:
  refs/heads/master 2aafc39f3 -> 75d446ccf

CLOUDSTACK-1726: UI hangs on invalid vlan range - provision of intelligence 
mechanism to go back and re enter the vlan values


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

Branch: refs/heads/master
Commit: 75d446ccf7f20c76cebbb242ad11334a966d3013
Parents: 2aafc39
Author: Pranav Saxena <pranav.sax...@citrix.com>
Authored: Wed Jun 12 17:19:18 2013 +0530
Committer: Pranav Saxena <pranav.sax...@citrix.com>
Committed: Wed Jun 12 17:19:18 2013 +0530

----------------------------------------------------------------------
 ui/scripts/zoneWizard.js | 2 ++
 1 file changed, 2 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/75d446cc/ui/scripts/zoneWizard.js
----------------------------------------------------------------------
diff --git a/ui/scripts/zoneWizard.js b/ui/scripts/zoneWizard.js
index 5870a7b..046b122 100755
--- a/ui/scripts/zoneWizard.js
+++ b/ui/scripts/zoneWizard.js
@@ -3282,6 +3282,8 @@
                             }
                             else if(result.jobstatus == 2){
                               alert("error: " + 
_s(result.jobresult.errortext));
+                              error('configureGuestTraffic', 
result.jobresult.errortext, { fn: 'configureGuestTraffic', args: args });
+
                             }
                           }
                         },

Reply via email to