Parcourir la source

Corrected button icon

Jeremy Stretch il y a 9 ans
Parent
commit
5127b22ee6
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      netbox/templates/dcim/inc/device_table.html

+ 1 - 1
netbox/templates/dcim/inc/device_table.html

@@ -7,7 +7,7 @@
         {% render_table table table_template|default:'table.html' %}
         {% if perms.dcim.add_interface %}
             <button type="submit" name="_edit" formaction="{% url 'dcim:interface_bulk_add' %}" class="btn btn-primary btn-sm">
-                <span class="glyphicon glyphicon-pencil" aria-hidden="true"></span>
+                <span class="glyphicon glyphicon-plus" aria-hidden="true"></span>
                 Add Interfaces
             </button>
         {% endif %}