mirror of
				https://github.com/retspen/webvirtcloud
				synced 2025-07-31 12:41:08 +00:00 
			
		
		
		
	add progress bar to image cloning
This commit is contained in:
		
							parent
							
								
									eb621ef2c6
								
							
						
					
					
						commit
						07ae335d79
					
				
					 1 changed files with 3 additions and 1 deletions
				
			
		|  | @ -6,6 +6,7 @@ | |||
|     <link rel="stylesheet" href="{% static "css/sortable-theme-bootstrap.css" %}" /> | ||||
| {% endblock %} | ||||
| {% block content %} | ||||
| 
 | ||||
| <!-- Page Heading --> | ||||
| <div class="row"> | ||||
|     <div class="col-lg-12"> | ||||
|  | @ -152,7 +153,7 @@ | |||
|                                         </div> | ||||
|                                         <div class="modal-footer"> | ||||
|                                             <button type="button" class="btn btn-default" data-dismiss="modal">{% trans "Close" %}</button> | ||||
|                                             <button type="submit" class="btn btn-primary" name="cln_volume">{% trans "Clone" %}</button> | ||||
|                                             <button type="submit" class="btn btn-primary" name="cln_volume" onclick="showPleaseWaitDialog();">{% trans "Clone11" %}</button> | ||||
|                                         </div> | ||||
|                                     </form> | ||||
|                                 </div> <!-- /.modal-content --> | ||||
|  | @ -188,6 +189,7 @@ | |||
|         {% endif %} | ||||
|     </div> | ||||
| </div> | ||||
| {% include 'pleasewaitdialog.html' %} | ||||
| {% endblock %} | ||||
| {% block script %} | ||||
|     <script src="{% static "js/sortable.min.js" %}"></script> | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue