mirror of https://github.com/apache/cloudstack.git
CS-15773: cloudstack 3.0 UI - VPC - create private gateway dialog - add Physical Network dropdown.
This commit is contained in:
parent
057d6ccbb8
commit
cd5b79414b
|
|
@ -72,6 +72,7 @@
|
|||
} else {
|
||||
cloudStack.dialog.createForm({
|
||||
form: addAction.createForm,
|
||||
context: args.gateways.context,
|
||||
after: function(args) {
|
||||
var data = args.data;
|
||||
var $loading = $('<div>').addClass('loading-overlay').appendTo($chart);
|
||||
|
|
|
|||
Loading…
Reference in New Issue