mirror of
				https://github.com/netbox-community/netbox.git
				synced 2024-05-10 07:54:54 +00:00 
			
		
		
		
	* Added CSS to:
* Hide URLs * Hide elements with "noprint" class * Added noprint to: * Header Panel * Search Panel, Tags Panel * Buttons * Various list elements * Related elements
This commit is contained in:
		@@ -2,7 +2,7 @@
 | 
			
		||||
{% load helpers %}
 | 
			
		||||
 | 
			
		||||
{% block header %}
 | 
			
		||||
    <div class="row">
 | 
			
		||||
    <div class="row noprint">
 | 
			
		||||
        <div class="col-md-12">
 | 
			
		||||
            <ol class="breadcrumb">
 | 
			
		||||
                <li><a href="{% url 'dcim:cable_list' %}">Cables</a></li>
 | 
			
		||||
@@ -10,7 +10,7 @@
 | 
			
		||||
            </ol>
 | 
			
		||||
        </div>
 | 
			
		||||
    </div>
 | 
			
		||||
    <div class="pull-right">
 | 
			
		||||
    <div class="pull-right noprint">
 | 
			
		||||
        {% if perms.dcim.change_cable %}
 | 
			
		||||
            <a href="{% url 'dcim:cable_edit' pk=cable.pk %}" class="btn btn-warning">
 | 
			
		||||
                <span class="fa fa-pencil" aria-hidden="true"></span> Edit this cable
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user