mirror of
				https://github.com/retspen/webvirtcloud
				synced 2025-07-31 12:41:08 +00:00 
			
		
		
		
	Instances overhaul
This commit is contained in:
		
							parent
							
								
									f23e6b000f
								
							
						
					
					
						commit
						47009d47ca
					
				
					 69 changed files with 5011 additions and 4127 deletions
				
			
		|  | @ -37,11 +37,21 @@ | |||
|     {% include 'navbar.html' %} | ||||
| 
 | ||||
|     <div role="main" class="container"> | ||||
|     {% bootstrap_messages %} | ||||
|     {% block content %}{% endblock %} | ||||
| 
 | ||||
|     </div> <!-- /container --> | ||||
| 
 | ||||
|       <div class"row"> | ||||
|         <div class="col-sm-12"> | ||||
|           <div class="float-right"> | ||||
|             {% block page_header_extra %} | ||||
|             {% endblock page_header_extra %} | ||||
|           </div> | ||||
|           <h3 class="page-header"> | ||||
|             {% block page_header %} | ||||
|             {% endblock page_header %} | ||||
|           </h3> | ||||
|         </div> | ||||
|       </div> | ||||
|       {% bootstrap_messages %} | ||||
|       {% block content %}{% endblock %} | ||||
|     </div> | ||||
| 
 | ||||
|     <!-- Bootstrap core JavaScript | ||||
|     ================================================== --> | ||||
|  |  | |||
|  | @ -5,20 +5,18 @@ | |||
| 
 | ||||
| {% block title %}{{ title }}{% endblock %} | ||||
| 
 | ||||
| {% block page_header %}{{ title }}{% endblock page_header %} | ||||
| 
 | ||||
| {% block content %} | ||||
| <div class="row"> | ||||
|     <div class="col-lg-12"> | ||||
|         <h2 class="page-header">{{ title }}</h2> | ||||
|     </div> | ||||
| </div> | ||||
| {% bootstrap_messages %} | ||||
| <div class="row"> | ||||
|     <div class="thumbnail col-sm-10 offset-1"> | ||||
| <div class="card"> | ||||
|     <div class="card-body"> | ||||
|         <form id="create-update" action="" method="post"> | ||||
|             {% csrf_token %} | ||||
|             {% bootstrap_form form layout='horizontal' %} | ||||
|         </form> | ||||
|         <div class="form-group float-right"> | ||||
|     </div> | ||||
|     <div class="card-footer"> | ||||
|         <div class="form-group mb-0 float-right"> | ||||
|             <a class="btn btn-primary" href="javascript:history.back()">{% icon 'times' %} {% trans "Cancel" %}</a> | ||||
|             <button type="submit" form="create-update" class="btn btn-success"> | ||||
|                 {% icon 'check' %} {% trans "Save" %} | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue