mirror of
				https://github.com/apache/cloudstack.git
				synced 2025-11-04 00:02:37 +01:00 
			
		
		
		
	Pass context to instance wizard
This commit is contained in:
		
							parent
							
								
									8ca14c8637
								
							
						
					
					
						commit
						e6a6f84361
					
				@ -20,6 +20,8 @@
 | 
			
		||||
   */
 | 
			
		||||
  cloudStack.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…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user