mirror of
				https://github.com/netbox-community/netbox.git
				synced 2024-05-10 07:54:54 +00:00 
			
		
		
		
	* WIP * Add config_template field to Device * Pre-fetch referenced templates * Correct up_to_date callable * Add config_template FK to Device * Update & merge migrations * Add config_template FK to Platform * Add tagging support for ConfigTemplate * Catch exceptions when rendering device templates in UI * Refactor ConfigTemplate.render() * Add support for returning plain text content * Add ConfigTemplate model documentation * Add feature documentation for config rendering
This commit is contained in:
		
				
					committed by
					
						
						jeremystretch
					
				
			
			
				
	
			
			
			
						parent
						
							db4e00d394
						
					
				
				
					commit
					73a7a2d27a
				
			
							
								
								
									
										10
									
								
								netbox/templates/extras/configtemplate_list.html
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										10
									
								
								netbox/templates/extras/configtemplate_list.html
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,10 @@
 | 
			
		||||
{% extends 'generic/object_list.html' %}
 | 
			
		||||
 | 
			
		||||
{% block bulk_buttons %}
 | 
			
		||||
  {% if perms.extras.sync_configtemplate %}
 | 
			
		||||
    <button type="submit" name="_sync" formaction="{% url 'extras:configtemplate_bulk_sync' %}" class="btn btn-primary btn-sm">
 | 
			
		||||
      <i class="mdi mdi-sync" aria-hidden="true"></i> Sync Data
 | 
			
		||||
    </button>
 | 
			
		||||
  {% endif %}
 | 
			
		||||
  {{ block.super }}
 | 
			
		||||
{% endblock %}
 | 
			
		||||
		Reference in New Issue
	
	Block a user