mirror of https://github.com/apache/cloudstack.git
Pass context to instance wizard
This commit is contained in:
parent
98924a0579
commit
8a94f5c5da
|
|
@ -16,6 +16,8 @@
|
|||
*/
|
||||
cloudStack.uiCustom.instanceWizard = function(args) {
|
||||
return function(listViewArgs) {
|
||||
var context = listViewArgs.context;
|
||||
|
||||
var instanceWizard = function(data) {
|
||||
var $wizard = $('#template').find('div.instance-wizard').clone();
|
||||
var $progress = $wizard.find('div.progress ul li');
|
||||
|
|
|
|||
Loading…
Reference in New Issue