From 6dc560596d54274a0450fc771ecf544c1cb6b518 Mon Sep 17 00:00:00 2001 From: yash-pal1 Date: Wed, 27 Sep 2023 15:45:46 +0530 Subject: [PATCH] added device button under platform view pre-populated role field instead of platform field --- netbox/templates/dcim/platform.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/netbox/templates/dcim/platform.html b/netbox/templates/dcim/platform.html index 29f405b6e..9448ad3e5 100644 --- a/netbox/templates/dcim/platform.html +++ b/netbox/templates/dcim/platform.html @@ -13,7 +13,7 @@ {% block extra_controls %} {% if perms.dcim.add_device %} - + {% trans "Add Device" %} {% endif %}