From 72dace29b7b7719190f704b39c77d94d47105e10 Mon Sep 17 00:00:00 2001 From: Jeremy Stretch Date: Fri, 6 Nov 2020 14:49:14 -0500 Subject: [PATCH] Replace Glyphicons with Material Design --- netbox/dcim/tables.py | 6 +- netbox/dcim/tables/template_code.py | 20 ++-- netbox/extras/tables.py | 4 +- netbox/ipam/tables.py | 2 +- netbox/templates/403.html | 2 +- netbox/templates/404.html | 2 +- .../circuits/inc/circuit_termination.html | 4 +- netbox/templates/circuits/provider.html | 2 +- netbox/templates/dcim/consoleport.html | 2 +- netbox/templates/dcim/consoleserverport.html | 2 +- netbox/templates/dcim/device.html | 94 +++++++++---------- netbox/templates/dcim/device_edit.html | 2 +- netbox/templates/dcim/device_list.html | 2 +- netbox/templates/dcim/devicetype.html | 6 +- netbox/templates/dcim/frontport.html | 2 +- .../dcim/inc/device_component_table.html | 10 +- .../dcim/inc/devicetype_component_table.html | 8 +- netbox/templates/dcim/interface.html | 2 +- netbox/templates/dcim/powerfeed.html | 2 +- netbox/templates/dcim/poweroutlet.html | 2 +- netbox/templates/dcim/powerport.html | 2 +- netbox/templates/dcim/rack.html | 12 +-- .../templates/dcim/rack_elevation_list.html | 2 +- netbox/templates/dcim/rearport.html | 2 +- netbox/templates/dcim/site.html | 6 +- netbox/templates/dcim/virtualchassis.html | 2 +- .../templates/dcim/virtualchassis_edit.html | 2 +- netbox/templates/extras/configcontext.html | 2 +- netbox/templates/extras/tag.html | 4 +- netbox/templates/inc/custom_fields_panel.html | 4 +- netbox/templates/inc/image_attachments.html | 4 +- netbox/templates/ipam/inc/service.html | 4 +- netbox/templates/ipam/prefix.html | 4 +- netbox/templates/ipam/vlan.html | 2 +- netbox/templates/ipam/vrf.html | 4 +- netbox/templates/users/preferences.html | 2 +- netbox/templates/utilities/obj_list.html | 8 +- netbox/templates/utilities/obj_table.html | 8 +- netbox/templates/virtualization/cluster.html | 4 +- .../virtualization/virtualmachine.html | 14 +-- .../virtualization/virtualmachine_list.html | 2 +- netbox/virtualization/tables.py | 2 +- 42 files changed, 136 insertions(+), 136 deletions(-) diff --git a/netbox/dcim/tables.py b/netbox/dcim/tables.py index 2d8195f85..e0948063f 100644 --- a/netbox/dcim/tables.py +++ b/netbox/dcim/tables.py @@ -61,7 +61,7 @@ RACKRESERVATION_ACTIONS = """ {% if perms.dcim.change_rackreservation %} - + {% endif %} """ @@ -70,7 +70,7 @@ MANUFACTURER_ACTIONS = """ {% if perms.dcim.change_manufacturer %} - + {% endif %} """ @@ -87,7 +87,7 @@ DEVICEROLE_ACTIONS = """ {% if perms.dcim.change_devicerole %} - + {% endif %} """ diff --git a/netbox/dcim/tables/template_code.py b/netbox/dcim/tables/template_code.py index d0a316a3f..a59a92ab6 100644 --- a/netbox/dcim/tables/template_code.py +++ b/netbox/dcim/tables/template_code.py @@ -95,7 +95,7 @@ CONSOLEPORT_BUTTONS = """ {% elif perms.dcim.add_cable %}