diff --git a/netbox/templates/500.html b/netbox/templates/500.html index 33fee68db..26f005f3b 100644 --- a/netbox/templates/500.html +++ b/netbox/templates/500.html @@ -13,7 +13,7 @@
- + Server Error
diff --git a/netbox/templates/circuits/circuit.html b/netbox/templates/circuits/circuit.html index 9fc264eac..481953af6 100644 --- a/netbox/templates/circuits/circuit.html +++ b/netbox/templates/circuits/circuit.html @@ -18,7 +18,7 @@
@@ -28,13 +28,13 @@
{% if perms.circuits.change_circuit %} - + Edit this circuit {% endif %} {% if perms.circuits.delete_circuit %} - + Delete this circuit {% endif %} diff --git a/netbox/templates/circuits/circuit_list.html b/netbox/templates/circuits/circuit_list.html index 1db19b150..f30339ec6 100644 --- a/netbox/templates/circuits/circuit_list.html +++ b/netbox/templates/circuits/circuit_list.html @@ -7,7 +7,7 @@
{% if perms.circuits.add_circuit %} - + Add a circuit {% endif %} diff --git a/netbox/templates/circuits/circuittype_list.html b/netbox/templates/circuits/circuittype_list.html index 68bdb1552..d59a5b82f 100644 --- a/netbox/templates/circuits/circuittype_list.html +++ b/netbox/templates/circuits/circuittype_list.html @@ -7,7 +7,7 @@
{% if perms.circuits.add_circuittype %} - + Add a circuit type {% endif %} diff --git a/netbox/templates/circuits/provider.html b/netbox/templates/circuits/provider.html index 7b8a4a3a5..1388a2c5d 100644 --- a/netbox/templates/circuits/provider.html +++ b/netbox/templates/circuits/provider.html @@ -18,7 +18,7 @@
@@ -28,19 +28,19 @@
{% if show_graphs %} {% endif %} {% if perms.circuits.change_provider %} - + Edit this provider {% endif %} {% if perms.circuits.delete_provider %} - + Delete this provider {% endif %} diff --git a/netbox/templates/circuits/provider_list.html b/netbox/templates/circuits/provider_list.html index ea277bc11..54dfdac93 100644 --- a/netbox/templates/circuits/provider_list.html +++ b/netbox/templates/circuits/provider_list.html @@ -6,7 +6,7 @@
{% if perms.circuits.add_provider %} - + Add a provider {% endif %} diff --git a/netbox/templates/dcim/device_inventory.html b/netbox/templates/dcim/device_inventory.html index e1e8f518d..bf33b1b74 100644 --- a/netbox/templates/dcim/device_inventory.html +++ b/netbox/templates/dcim/device_inventory.html @@ -107,7 +107,7 @@
{% if perms.dcim.add_module %} - + Add a Module {% endif %} diff --git a/netbox/templates/dcim/device_list.html b/netbox/templates/dcim/device_list.html index 7f13af650..18bc7d627 100644 --- a/netbox/templates/dcim/device_list.html +++ b/netbox/templates/dcim/device_list.html @@ -7,7 +7,7 @@
{% if perms.dcim.add_device %} - + Add a device diff --git a/netbox/templates/dcim/devicerole_list.html b/netbox/templates/dcim/devicerole_list.html index bf29d5cb3..67ff32979 100644 --- a/netbox/templates/dcim/devicerole_list.html +++ b/netbox/templates/dcim/devicerole_list.html @@ -7,7 +7,7 @@
{% if perms.dcim.add_devicerole %} - + Add a device role {% endif %} diff --git a/netbox/templates/dcim/devicetype.html b/netbox/templates/dcim/devicetype.html index ce1b69a22..241da123a 100644 --- a/netbox/templates/dcim/devicetype.html +++ b/netbox/templates/dcim/devicetype.html @@ -19,13 +19,13 @@
{% if perms.dcim.change_devicetype %} - + Edit this device type {% endif %} {% if perms.dcim.delete_devicetype %} - + Delete this device type {% endif %} diff --git a/netbox/templates/dcim/devicetype_list.html b/netbox/templates/dcim/devicetype_list.html index a379dd3ad..b16de0799 100644 --- a/netbox/templates/dcim/devicetype_list.html +++ b/netbox/templates/dcim/devicetype_list.html @@ -7,7 +7,7 @@
{% if perms.dcim.add_devicetype %} - + Add a device type {% endif %} diff --git a/netbox/templates/dcim/inc/_device_header.html b/netbox/templates/dcim/inc/_device_header.html index ca3c25f87..7b0b69d61 100644 --- a/netbox/templates/dcim/inc/_device_header.html +++ b/netbox/templates/dcim/inc/_device_header.html @@ -19,7 +19,7 @@
diff --git a/netbox/templates/dcim/manufacturer_list.html b/netbox/templates/dcim/manufacturer_list.html index 9a6f15427..d535e11e8 100644 --- a/netbox/templates/dcim/manufacturer_list.html +++ b/netbox/templates/dcim/manufacturer_list.html @@ -7,7 +7,7 @@
{% if perms.dcim.add_manufacturer %} - + Add a manufacturer {% endif %} diff --git a/netbox/templates/dcim/platform_list.html b/netbox/templates/dcim/platform_list.html index 8f5f40ad9..332447977 100644 --- a/netbox/templates/dcim/platform_list.html +++ b/netbox/templates/dcim/platform_list.html @@ -7,7 +7,7 @@
{% if perms.dcim.add_platform %} - + Add a platform {% endif %} diff --git a/netbox/templates/dcim/rack.html b/netbox/templates/dcim/rack.html index a265f04b5..cf6ebf567 100644 --- a/netbox/templates/dcim/rack.html +++ b/netbox/templates/dcim/rack.html @@ -19,7 +19,7 @@
@@ -29,25 +29,25 @@
{% if prev_rack %} - + Previous Rack {% endif %} {% if next_rack %} - + Next Rack {% endif %} {% if perms.dcim.change_rack %} - + Edit this rack {% endif %} {% if perms.dcim.delete_rack %} - + Delete this rack {% endif %} diff --git a/netbox/templates/dcim/rack_list.html b/netbox/templates/dcim/rack_list.html index a07a7487f..10ee4ff04 100644 --- a/netbox/templates/dcim/rack_list.html +++ b/netbox/templates/dcim/rack_list.html @@ -7,7 +7,7 @@
{% if perms.dcim.add_rack %} - + Add a rack diff --git a/netbox/templates/dcim/rackgroup_list.html b/netbox/templates/dcim/rackgroup_list.html index e0a1e59f3..7b9b0677d 100644 --- a/netbox/templates/dcim/rackgroup_list.html +++ b/netbox/templates/dcim/rackgroup_list.html @@ -7,7 +7,7 @@
{% if perms.dcim.add_rackgroup %} - + Add a rack group {% endif %} diff --git a/netbox/templates/dcim/site.html b/netbox/templates/dcim/site.html index 3464de34e..2bd0ffce8 100644 --- a/netbox/templates/dcim/site.html +++ b/netbox/templates/dcim/site.html @@ -19,7 +19,7 @@
@@ -29,19 +29,19 @@
{% if show_graphs %} {% endif %} {% if perms.dcim.change_site %} - + Edit this site {% endif %} {% if perms.dcim.delete_site %} - + Delete this site {% endif %} diff --git a/netbox/templates/dcim/site_list.html b/netbox/templates/dcim/site_list.html index 0bbdc7e21..45169afe6 100644 --- a/netbox/templates/dcim/site_list.html +++ b/netbox/templates/dcim/site_list.html @@ -6,7 +6,7 @@
{% if perms.dcim.add_site %} - + Add a site diff --git a/netbox/templates/home.html b/netbox/templates/home.html index 1228f1e45..8825d88a0 100644 --- a/netbox/templates/home.html +++ b/netbox/templates/home.html @@ -9,7 +9,7 @@ @@ -23,7 +23,7 @@ @@ -37,7 +37,7 @@ diff --git a/netbox/templates/inc/filter_panel.html b/netbox/templates/inc/filter_panel.html index 32a7e21f8..2c73ba0c0 100644 --- a/netbox/templates/inc/filter_panel.html +++ b/netbox/templates/inc/filter_panel.html @@ -2,7 +2,7 @@
- + Filter
@@ -19,7 +19,7 @@ {% endfor %}
diff --git a/netbox/templates/inc/search_panel.html b/netbox/templates/inc/search_panel.html index a04c1be16..692ef3fd2 100644 --- a/netbox/templates/inc/search_panel.html +++ b/netbox/templates/inc/search_panel.html @@ -1,6 +1,6 @@
- + Search
@@ -9,7 +9,7 @@
diff --git a/netbox/templates/ipam/aggregate.html b/netbox/templates/ipam/aggregate.html index add1e78fc..9a0a8db1f 100644 --- a/netbox/templates/ipam/aggregate.html +++ b/netbox/templates/ipam/aggregate.html @@ -18,7 +18,7 @@
@@ -28,13 +28,13 @@
{% if perms.ipam.change_aggregate %} - + Edit this aggregate {% endif %} {% if perms.ipam.delete_aggregate %} - + Delete this aggregate {% endif %} diff --git a/netbox/templates/ipam/aggregate_list.html b/netbox/templates/ipam/aggregate_list.html index 71223f596..52bca7219 100644 --- a/netbox/templates/ipam/aggregate_list.html +++ b/netbox/templates/ipam/aggregate_list.html @@ -8,7 +8,7 @@
{% if perms.ipam.add_aggregate %} - + Add an aggregate {% endif %} diff --git a/netbox/templates/ipam/inc/prefix_header.html b/netbox/templates/ipam/inc/prefix_header.html index e5a5ed872..7dc7a35a1 100644 --- a/netbox/templates/ipam/inc/prefix_header.html +++ b/netbox/templates/ipam/inc/prefix_header.html @@ -14,7 +14,7 @@
@@ -24,19 +24,19 @@
{% if perms.ipam.add_ipaddress %} - + Add an IP Address {% endif %} {% if perms.ipam.change_prefix %} - + Edit this prefix {% endif %} {% if perms.ipam.delete_prefix %} - + Delete this prefix {% endif %} diff --git a/netbox/templates/ipam/ipaddress.html b/netbox/templates/ipam/ipaddress.html index 73566753d..de5ed637b 100644 --- a/netbox/templates/ipam/ipaddress.html +++ b/netbox/templates/ipam/ipaddress.html @@ -20,7 +20,7 @@
@@ -30,13 +30,13 @@
{% if perms.ipam.change_ipaddress %} - + Edit this IP {% endif %} {% if perms.ipam.delete_ipaddress %} - + Delete this IP {% endif %} diff --git a/netbox/templates/ipam/ipaddress_list.html b/netbox/templates/ipam/ipaddress_list.html index e1b78d0c6..52391a2b4 100644 --- a/netbox/templates/ipam/ipaddress_list.html +++ b/netbox/templates/ipam/ipaddress_list.html @@ -8,7 +8,7 @@ diff --git a/netbox/templates/ipam/prefix_list.html b/netbox/templates/ipam/prefix_list.html index 2cbb92d66..14ac861a2 100644 --- a/netbox/templates/ipam/prefix_list.html +++ b/netbox/templates/ipam/prefix_list.html @@ -8,7 +8,7 @@
{% if perms.ipam.add_prefix %} - + Add a prefix diff --git a/netbox/templates/ipam/rir_list.html b/netbox/templates/ipam/rir_list.html index bd1d93cc8..51d63f4c2 100644 --- a/netbox/templates/ipam/rir_list.html +++ b/netbox/templates/ipam/rir_list.html @@ -7,7 +7,7 @@
{% if perms.ipam.add_rir %} - + Add a RIR {% endif %} diff --git a/netbox/templates/ipam/role_list.html b/netbox/templates/ipam/role_list.html index 5d331ec52..4ee83ad4f 100644 --- a/netbox/templates/ipam/role_list.html +++ b/netbox/templates/ipam/role_list.html @@ -7,7 +7,7 @@
{% if perms.dcim.add_devicerole %} - + Add a role {% endif %} diff --git a/netbox/templates/ipam/vlan.html b/netbox/templates/ipam/vlan.html index a3198722c..4e5037c7c 100644 --- a/netbox/templates/ipam/vlan.html +++ b/netbox/templates/ipam/vlan.html @@ -21,7 +21,7 @@
@@ -31,13 +31,13 @@
{% if perms.ipam.change_vlan %} - + Edit this VLAN {% endif %} {% if perms.ipam.delete_vlan %} - + Delete this VLAN {% endif %} diff --git a/netbox/templates/ipam/vlan_list.html b/netbox/templates/ipam/vlan_list.html index 0933b79f8..78ad140ff 100644 --- a/netbox/templates/ipam/vlan_list.html +++ b/netbox/templates/ipam/vlan_list.html @@ -8,7 +8,7 @@
{% if perms.ipam.add_vlan %} - + Add a VLAN diff --git a/netbox/templates/ipam/vlangroup_list.html b/netbox/templates/ipam/vlangroup_list.html index 1e14b0558..1c8f92387 100644 --- a/netbox/templates/ipam/vlangroup_list.html +++ b/netbox/templates/ipam/vlangroup_list.html @@ -7,7 +7,7 @@
{% if perms.ipam.add_vlangroup %} - + Add a VLAN group {% endif %} diff --git a/netbox/templates/ipam/vrf.html b/netbox/templates/ipam/vrf.html index e6a208b96..bd3cadc9e 100644 --- a/netbox/templates/ipam/vrf.html +++ b/netbox/templates/ipam/vrf.html @@ -17,7 +17,7 @@
@@ -27,13 +27,13 @@
{% if perms.ipam.change_vrf %} - + Edit this VRF {% endif %} {% if perms.ipam.delete_vrf %} - + Delete this VRF {% endif %} diff --git a/netbox/templates/ipam/vrf_list.html b/netbox/templates/ipam/vrf_list.html index cebf9c40e..e5506bfaa 100644 --- a/netbox/templates/ipam/vrf_list.html +++ b/netbox/templates/ipam/vrf_list.html @@ -8,7 +8,7 @@
{% if perms.ipam.add_vrf %} - + Add a VRF diff --git a/netbox/templates/secrets/inc/private_key_modal.html b/netbox/templates/secrets/inc/private_key_modal.html index 0e1e6219a..d55e6425e 100644 --- a/netbox/templates/secrets/inc/private_key_modal.html +++ b/netbox/templates/secrets/inc/private_key_modal.html @@ -4,7 +4,7 @@ diff --git a/netbox/templates/secrets/secret.html b/netbox/templates/secrets/secret.html index 953d6bcd0..53cdb4d7c 100644 --- a/netbox/templates/secrets/secret.html +++ b/netbox/templates/secrets/secret.html @@ -17,13 +17,13 @@
{% if perms.secrets.change_secret %} - + Edit this secret {% endif %} {% if perms.secrets.delete_secret %} - + Delete this secret {% endif %} @@ -93,7 +93,7 @@
{% else %}
- + You do not have permission to decrypt this secret.
{% endif %} diff --git a/netbox/templates/secrets/secretrole_list.html b/netbox/templates/secrets/secretrole_list.html index 2ad708248..55e12a1a8 100644 --- a/netbox/templates/secrets/secretrole_list.html +++ b/netbox/templates/secrets/secretrole_list.html @@ -7,7 +7,7 @@
{% if perms.dcim.add_devicerole %} - + Add a secret role {% endif %} diff --git a/netbox/templates/tenancy/tenant.html b/netbox/templates/tenancy/tenant.html index eee92880e..0d3d8fdaa 100644 --- a/netbox/templates/tenancy/tenant.html +++ b/netbox/templates/tenancy/tenant.html @@ -18,7 +18,7 @@
@@ -28,13 +28,13 @@
{% if perms.tenancy.change_tenant %} - + Edit this tenant {% endif %} {% if perms.tenancy.delete_tenant %} - + Delete this tenant {% endif %} diff --git a/netbox/templates/tenancy/tenant_list.html b/netbox/templates/tenancy/tenant_list.html index d6fdfbc75..24f796da3 100644 --- a/netbox/templates/tenancy/tenant_list.html +++ b/netbox/templates/tenancy/tenant_list.html @@ -7,7 +7,7 @@
{% if perms.tenancy.add_tenant %} - + Add a tenant {% endif %} diff --git a/netbox/templates/tenancy/tenantgroup_list.html b/netbox/templates/tenancy/tenantgroup_list.html index be270a95c..7be881b00 100644 --- a/netbox/templates/tenancy/tenantgroup_list.html +++ b/netbox/templates/tenancy/tenantgroup_list.html @@ -7,7 +7,7 @@
{% if perms.tenancy.add_tenantgroup %} - + Add a tenant group {% endif %} diff --git a/netbox/templates/users/userkey.html b/netbox/templates/users/userkey.html index 9728ef93f..cbc748d17 100644 --- a/netbox/templates/users/userkey.html +++ b/netbox/templates/users/userkey.html @@ -27,7 +27,7 @@
{{ userkey.public_key }}
@@ -35,7 +35,7 @@

You don't have a user key on file.

- + Create a User Key