From b944e842a32010d048e2b941754be4549b738896 Mon Sep 17 00:00:00 2001 From: Arthur Hanson Date: Thu, 12 Sep 2024 14:46:07 -0700 Subject: [PATCH] 17460 refactor moduletype/devicetype to use standardized object_children --- .../dcim/inc/moduletype_buttons.html | 38 +++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 netbox/templates/dcim/inc/moduletype_buttons.html diff --git a/netbox/templates/dcim/inc/moduletype_buttons.html b/netbox/templates/dcim/inc/moduletype_buttons.html new file mode 100644 index 000000000..9ec34f412 --- /dev/null +++ b/netbox/templates/dcim/inc/moduletype_buttons.html @@ -0,0 +1,38 @@ +{% load buttons %} +{% load helpers %} +{% load i18n %} + + +{% if perms.dcim.change_devicetype %} + +{% endif %}