diff --git a/netbox_reorder_rack/__init__.py b/netbox_reorder_rack/__init__.py index cd1b956..d85bf3d 100644 --- a/netbox_reorder_rack/__init__.py +++ b/netbox_reorder_rack/__init__.py @@ -5,7 +5,7 @@ class NetboxReorderRackConfig(PluginConfig): name = "netbox_reorder_rack" verbose_name = "NetBox Reorder Rack" description = "NetBox plugin to reorder rack layouts." - version = "1.1.0" + version = "1.1.1" base_url = "reorder" diff --git a/netbox_reorder_rack/templates/netbox_reorder_rack/inc/rack_button.html b/netbox_reorder_rack/templates/netbox_reorder_rack/inc/rack_button.html index 77ade05..a51aabc 100644 --- a/netbox_reorder_rack/templates/netbox_reorder_rack/inc/rack_button.html +++ b/netbox_reorder_rack/templates/netbox_reorder_rack/inc/rack_button.html @@ -1,6 +1,6 @@ {% if perms.dcim.change_device %} - + Reorder {% endif %} diff --git a/netbox_reorder_rack/templates/netbox_reorder_rack/rack.html b/netbox_reorder_rack/templates/netbox_reorder_rack/rack.html index 726949b..75d36d4 100644 --- a/netbox_reorder_rack/templates/netbox_reorder_rack/rack.html +++ b/netbox_reorder_rack/templates/netbox_reorder_rack/rack.html @@ -66,7 +66,7 @@
-
+
diff --git a/setup.py b/setup.py index 592d6c8..34ceb14 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ setup( name="netbox_reorder_rack", - version="1.1.0", + version="1.1.1", author="Alex Gittings", author_email="agitting96@gmail.com", description="NetBox plugin to reorder rack layouts.",