mirror of https://github.com/apache/cloudstack.git
cloudstack 3.0 UI: ui-custom VPC - add error handling to addTierDialog().
This commit is contained in:
parent
26afe3a96c
commit
a39a08a40d
|
|
@ -504,7 +504,11 @@
|
|||
$loading.remove();
|
||||
}
|
||||
);
|
||||
}
|
||||
},
|
||||
error: function(errorMsg) {
|
||||
cloudStack.dialog.notice({ message: _s(errorMsg) });
|
||||
$loading.remove();
|
||||
}
|
||||
}
|
||||
});
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue