From 65ea2af4b78d99e72099af1b46a74fe734eccc24 Mon Sep 17 00:00:00 2001 From: Jeremy Stretch Date: Fri, 29 Jul 2016 18:04:38 -0400 Subject: [PATCH] Partial conversion from glyphicons to font awesome --- netbox/templates/_base.html | 134 +++++++++--------- .../dcim/console_connections_list.html | 2 +- netbox/templates/dcim/device_list.html | 2 +- .../dcim/interface_connections_list.html | 2 +- .../dcim/power_connections_list.html | 2 +- netbox/templates/dcim/rack_list.html | 2 +- netbox/templates/dcim/site_list.html | 2 +- netbox/templates/import_success.html | 2 +- netbox/templates/inc/export_button.html | 4 +- netbox/templates/ipam/ipaddress_list.html | 2 +- netbox/templates/ipam/prefix_list.html | 2 +- netbox/templates/ipam/vlan_list.html | 2 +- netbox/templates/ipam/vrf_list.html | 2 +- netbox/templates/secrets/secret_list.html | 2 +- 14 files changed, 81 insertions(+), 81 deletions(-) diff --git a/netbox/templates/_base.html b/netbox/templates/_base.html index d3097fb688e..570f73a4d8a 100644 --- a/netbox/templates/_base.html +++ b/netbox/templates/_base.html @@ -27,179 +27,179 @@ @@ -207,14 +207,14 @@ @@ -224,12 +224,12 @@ diff --git a/netbox/templates/dcim/console_connections_list.html b/netbox/templates/dcim/console_connections_list.html index bdb5da5d9ee..eb953106981 100644 --- a/netbox/templates/dcim/console_connections_list.html +++ b/netbox/templates/dcim/console_connections_list.html @@ -7,7 +7,7 @@
{% if perms.dcim.change_consoleport %} - + Import connections {% endif %} diff --git a/netbox/templates/dcim/device_list.html b/netbox/templates/dcim/device_list.html index c358ef90ffa..7f13af65059 100644 --- a/netbox/templates/dcim/device_list.html +++ b/netbox/templates/dcim/device_list.html @@ -11,7 +11,7 @@ Add a device - + Import devices {% endif %} diff --git a/netbox/templates/dcim/interface_connections_list.html b/netbox/templates/dcim/interface_connections_list.html index d27b31a617a..56011af1d1a 100644 --- a/netbox/templates/dcim/interface_connections_list.html +++ b/netbox/templates/dcim/interface_connections_list.html @@ -7,7 +7,7 @@
{% if perms.dcim.add_interfaceconnection %} - + Import connections {% endif %} diff --git a/netbox/templates/dcim/power_connections_list.html b/netbox/templates/dcim/power_connections_list.html index 03a2d13bb1c..55c9e2ce51f 100644 --- a/netbox/templates/dcim/power_connections_list.html +++ b/netbox/templates/dcim/power_connections_list.html @@ -7,7 +7,7 @@
{% if perms.dcim.change_powerport %} - + Import connections {% endif %} diff --git a/netbox/templates/dcim/rack_list.html b/netbox/templates/dcim/rack_list.html index ab97ff24641..a07a7487f17 100644 --- a/netbox/templates/dcim/rack_list.html +++ b/netbox/templates/dcim/rack_list.html @@ -11,7 +11,7 @@ Add a rack - + Import racks {% endif %} diff --git a/netbox/templates/dcim/site_list.html b/netbox/templates/dcim/site_list.html index a29e8b6884b..0bbdc7e2108 100644 --- a/netbox/templates/dcim/site_list.html +++ b/netbox/templates/dcim/site_list.html @@ -10,7 +10,7 @@ Add a site - + Import sites {% endif %} diff --git a/netbox/templates/import_success.html b/netbox/templates/import_success.html index ec4dc1071ad..3056e39df50 100644 --- a/netbox/templates/import_success.html +++ b/netbox/templates/import_success.html @@ -7,7 +7,7 @@

Import Completed

{% render_table table %} - + Import more {% endblock %} diff --git a/netbox/templates/inc/export_button.html b/netbox/templates/inc/export_button.html index 1d965112176..7b049b2c318 100644 --- a/netbox/templates/inc/export_button.html +++ b/netbox/templates/inc/export_button.html @@ -1,7 +1,7 @@ {% if export_templates %}
{% else %} - + Export {{ obj_type }} {% endif %} diff --git a/netbox/templates/ipam/ipaddress_list.html b/netbox/templates/ipam/ipaddress_list.html index f92892a3dc5..e1b78d0c61d 100644 --- a/netbox/templates/ipam/ipaddress_list.html +++ b/netbox/templates/ipam/ipaddress_list.html @@ -12,7 +12,7 @@ Add an IP - + Import IPs {% endif %} diff --git a/netbox/templates/ipam/prefix_list.html b/netbox/templates/ipam/prefix_list.html index 7020e2eb8ea..2cbb92d665d 100644 --- a/netbox/templates/ipam/prefix_list.html +++ b/netbox/templates/ipam/prefix_list.html @@ -12,7 +12,7 @@ Add a prefix - + Import prefixes {% endif %} diff --git a/netbox/templates/ipam/vlan_list.html b/netbox/templates/ipam/vlan_list.html index dfa15e56cc3..0933b79f841 100644 --- a/netbox/templates/ipam/vlan_list.html +++ b/netbox/templates/ipam/vlan_list.html @@ -12,7 +12,7 @@ Add a VLAN - + Import VLANs {% endif %} diff --git a/netbox/templates/ipam/vrf_list.html b/netbox/templates/ipam/vrf_list.html index 12b21d29241..cebf9c40e07 100644 --- a/netbox/templates/ipam/vrf_list.html +++ b/netbox/templates/ipam/vrf_list.html @@ -12,7 +12,7 @@ Add a VRF - + Import VRFs {% endif %} diff --git a/netbox/templates/secrets/secret_list.html b/netbox/templates/secrets/secret_list.html index 5035ef6c5f4..70bdcf1f1fc 100644 --- a/netbox/templates/secrets/secret_list.html +++ b/netbox/templates/secrets/secret_list.html @@ -7,7 +7,7 @@
{% if perms.secrets.add_secret %} - + Import secrets {% endif %}