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

This commit is contained in:
Pranav Saxena 2013-06-12 17:19:18 +05:30
parent 2aafc39f3d
commit 75d446ccf7

View File

@ -3282,6 +3282,8 @@
}
else if(result.jobstatus == 2){
alert("error: " + _s(result.jobresult.errortext));
error('configureGuestTraffic', result.jobresult.errortext, { fn: 'configureGuestTraffic', args: args });
}
}
},