mirror of https://github.com/apache/cloudstack.git
Pass context to add tier createForm
This commit is contained in:
parent
deab99a533
commit
77efcccee4
|
|
@ -520,6 +520,7 @@
|
|||
var tierDetailView = args.tierDetailView;
|
||||
|
||||
cloudStack.dialog.createForm({
|
||||
context: context,
|
||||
form: actions.add.createForm,
|
||||
after: function(args) {
|
||||
var $loading = $('<div>').addClass('loading-overlay').prependTo($tiers.find('li.placeholder'));
|
||||
|
|
|
|||
Loading…
Reference in New Issue