From e0b17b1496d8a434854356759fc6f99fbc9a697c Mon Sep 17 00:00:00 2001 From: Jeremy Stretch Date: Mon, 12 Sep 2016 09:36:23 -0400 Subject: [PATCH 01/16] Fixes #515: Clarify when 'face' field is required --- netbox/templates/dcim/device_import.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/netbox/templates/dcim/device_import.html b/netbox/templates/dcim/device_import.html index 56e240134..5220e6c2d 100644 --- a/netbox/templates/dcim/device_import.html +++ b/netbox/templates/dcim/device_import.html @@ -83,7 +83,7 @@ Face - Rack face; front or rear (optional) + Rack face; front or rear (required if position is set) Rear From 6e5a099834ddccc159681d814b1aca77917df8b9 Mon Sep 17 00:00:00 2001 From: Jeremy Stretch Date: Mon, 12 Sep 2016 09:44:24 -0400 Subject: [PATCH 02/16] Fixes #540: Add links for VLAN roles under VLAN nav menu --- netbox/templates/_base.html | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/netbox/templates/_base.html b/netbox/templates/_base.html index f0291f250..0a9cb20d4 100644 --- a/netbox/templates/_base.html +++ b/netbox/templates/_base.html @@ -167,7 +167,7 @@ {% if perms.ipam.add_rir or perms.ipam.add_role %}
  • {% endif %} -
  • Prefix/VLAN Roles
  • +
  • Prefix Roles
  • {% if perms.ipam.add_role %}
  • Add a Role
  • {% endif %} @@ -186,6 +186,11 @@ {% if perms.ipam.add_vlangroup %}
  • Add a VLAN Group
  • {% endif %} +
  • +
  • VLAN Roles
  • + {% if perms.ipam.add_role %} +
  • Add a Role
  • + {% endif %}