mirror of
				https://github.com/netbox-community/netbox.git
				synced 2024-05-10 07:54:54 +00:00 
			
		
		
		
	Initial push to public repo
This commit is contained in:
		
							
								
								
									
										15
									
								
								netbox/templates/dcim/rack_bulk_edit.html
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										15
									
								
								netbox/templates/dcim/rack_bulk_edit.html
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,15 @@
 | 
			
		||||
{% extends 'utilities/bulk_edit_form.html' %}
 | 
			
		||||
{% load form_helpers %}
 | 
			
		||||
 | 
			
		||||
{% block title %}Rack Bulk Edit{% endblock %}
 | 
			
		||||
 | 
			
		||||
{% block select_objects_table %}
 | 
			
		||||
    {% for rack in selected_objects %}
 | 
			
		||||
        <tr>
 | 
			
		||||
            <td><a href="{% url 'dcim:rack' pk=rack.pk %}">{{ rack }}</a></td>
 | 
			
		||||
            <td>{{ rack.facility_id }}</td>
 | 
			
		||||
            <td>{{ rack.site }}</td>
 | 
			
		||||
            <td>{{ rack.u_height }}</td>
 | 
			
		||||
        </tr>
 | 
			
		||||
    {% endfor %}
 | 
			
		||||
{% endblock %}
 | 
			
		||||
		Reference in New Issue
	
	Block a user