Pass context to instance wizard

This commit is contained in:
Brian Federle 2012-06-28 10:24:46 -07:00
parent 98924a0579
commit 8a94f5c5da
1 changed files with 2 additions and 0 deletions

View File

@ -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');