diff --git a/netbox/templates/dcim/inc/device_header.html b/netbox/templates/dcim/inc/device_header.html index 73b5845efe..92acd297d2 100644 --- a/netbox/templates/dcim/inc/device_header.html +++ b/netbox/templates/dcim/inc/device_header.html @@ -43,17 +43,23 @@

{{ device }}

{% include 'inc/created_updated.html' with obj=device %} diff --git a/netbox/templates/dcim/inc/device_napalm_tabs.html b/netbox/templates/dcim/inc/device_napalm_tabs.html new file mode 100644 index 0000000000..073f2fb9b0 --- /dev/null +++ b/netbox/templates/dcim/inc/device_napalm_tabs.html @@ -0,0 +1,15 @@ +{% if not disabled_message %} + + + +{% else %} + + + +{% endif %}