Add new core-edit template file, issue #16.
This commit is contained in:
		
							parent
							
								
									cbf095ead1
								
							
						
					
					
						commit
						5929ee6add
					
				
							
								
								
									
										18
									
								
								views/core-edit.hbs
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										18
									
								
								views/core-edit.hbs
									
									
									
									
									
										Normal file
									
								
							@ -0,0 +1,18 @@
 | 
			
		||||
{{!< default}}
 | 
			
		||||
 | 
			
		||||
<div id="form-container" class="container">
 | 
			
		||||
    {{#form url class="form-horzontal"}}
 | 
			
		||||
 | 
			
		||||
        <div class="form-group">
 | 
			
		||||
            {{label "deviceName" "Edit Device Name:"}}
 | 
			
		||||
            {{input "deviceName" coreName class="form-control"}}
 | 
			
		||||
        </div>
 | 
			
		||||
 | 
			
		||||
        <div class="form-group">
 | 
			
		||||
            {{label "locationDesc" "Edit Location:"}}
 | 
			
		||||
            {{input "locationDesc" locationDesc class="form-control"}}
 | 
			
		||||
        </div>
 | 
			
		||||
 | 
			
		||||
        {{submit "save" "Save details" class="btn btn-primary"}}
 | 
			
		||||
    {{/form}}
 | 
			
		||||
</div>
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user