mirror of
				https://github.com/retspen/webvirtcloud
				synced 2025-07-31 12:41:08 +00:00 
			
		
		
		
	add action definition for destroy operation
This commit is contained in:
		
							parent
							
								
									2d6aaaf707
								
							
						
					
					
						commit
						400dd6c86e
					
				
					 1 changed files with 1 additions and 0 deletions
				
			
		|  | @ -12,6 +12,7 @@ | |||
|         <!-- Tab panes --> | ||||
|         <div class="tab-content"> | ||||
|             <div role="tabpanel" class="tab-pane tab-pane-bordered active" id="destroy"> | ||||
|                 <p>{% trans 'This action starts remove instance process' %}</p> | ||||
|                 {% if request.user.is_superuser or userinstance.is_delete %} | ||||
|                     {% if instance.status == 3 %} | ||||
|                         <a class="btn btn-lg btn-success disabled float-right">{% trans "Destroy" %}</a> | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue