From 044e203eab3ba8bfd1ac50580461bf6f5346b9c4 Mon Sep 17 00:00:00 2001 From: jeremystretch Date: Wed, 15 Dec 2021 12:16:50 -0500 Subject: [PATCH] Standardize button colors --- netbox/templates/ipam/inc/toggle_available.html | 6 +++--- netbox/templates/ipam/prefix/ip_addresses.html | 2 +- netbox/templates/ipam/prefix/ip_ranges.html | 2 +- netbox/templates/ipam/prefix/prefixes.html | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/netbox/templates/ipam/inc/toggle_available.html b/netbox/templates/ipam/inc/toggle_available.html index ccdc45668..38026d246 100644 --- a/netbox/templates/ipam/inc/toggle_available.html +++ b/netbox/templates/ipam/inc/toggle_available.html @@ -2,13 +2,13 @@ {% if show_assigned or show_available is not None %}
- + Show Assigned - + Show Available - + Show All
diff --git a/netbox/templates/ipam/prefix/ip_addresses.html b/netbox/templates/ipam/prefix/ip_addresses.html index 8e3f5b4d3..e2f77756c 100644 --- a/netbox/templates/ipam/prefix/ip_addresses.html +++ b/netbox/templates/ipam/prefix/ip_addresses.html @@ -3,7 +3,7 @@ {% block extra_controls %} {% if perms.ipam.add_ipaddress and first_available_ip %} - + Add IP Address {% endif %} diff --git a/netbox/templates/ipam/prefix/ip_ranges.html b/netbox/templates/ipam/prefix/ip_ranges.html index 66138d20b..f8b70f39a 100644 --- a/netbox/templates/ipam/prefix/ip_ranges.html +++ b/netbox/templates/ipam/prefix/ip_ranges.html @@ -3,7 +3,7 @@ {% block extra_controls %} {% if perms.ipam.add_iprange and first_available_ip %} - + Add IP Range {% endif %} diff --git a/netbox/templates/ipam/prefix/prefixes.html b/netbox/templates/ipam/prefix/prefixes.html index 21ba0f9f2..18fcbb569 100644 --- a/netbox/templates/ipam/prefix/prefixes.html +++ b/netbox/templates/ipam/prefix/prefixes.html @@ -4,7 +4,7 @@ {% block extra_controls %} {% include 'ipam/inc/toggle_available.html' %} {% if perms.ipam.add_prefix and first_available_prefix %} - + Add Prefix {% endif %}