mirror of
				https://github.com/netbox-community/netbox.git
				synced 2024-05-10 07:54:54 +00:00 
			
		
		
		
	
		
			
	
	
		
			11 lines
		
	
	
		
			364 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
		
		
			
		
	
	
			11 lines
		
	
	
		
			364 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
| 
								 | 
							
								{% extends 'generic/object_list.html' %}
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								{% block bulk_buttons %}
							 | 
						||
| 
								 | 
							
								  {% if perms.extras.sync_configcontext %}
							 | 
						||
| 
								 | 
							
								    <button type="submit" name="_sync" formaction="{% url 'extras:configcontext_bulk_sync' %}" class="btn btn-primary btn-sm">
							 | 
						||
| 
								 | 
							
								      <i class="mdi mdi-sync" aria-hidden="true"></i> Sync Data
							 | 
						||
| 
								 | 
							
								    </button>
							 | 
						||
| 
								 | 
							
								  {% endif %}
							 | 
						||
| 
								 | 
							
								  {{ block.super }}
							 | 
						||
| 
								 | 
							
								{% endblock %}
							 |