mirror of https://github.com/apache/cloudstack.git
cloudstack 3.0 UI - VPC - IP Address - Enable static NAT - no VM listing until a tier is selected.
This commit is contained in:
parent
32873b3c4e
commit
c73b29b2ee
|
|
@ -1308,6 +1308,10 @@
|
|||
if ($tierSelect.size() && $tierSelect.val() != '-1') {
|
||||
data.networkid = $tierSelect.val();
|
||||
}
|
||||
else {
|
||||
args.response.success({ data: null });
|
||||
return;
|
||||
}
|
||||
|
||||
if('vpc' in args.context) {
|
||||
$.extend(data, {
|
||||
|
|
|
|||
Loading…
Reference in New Issue