From a2cac782ff91ffd54f1e27ec4c1b0250176e2c12 Mon Sep 17 00:00:00 2001 From: minitriga Date: Thu, 9 May 2024 09:35:25 +0100 Subject: [PATCH 1/2] Update README.md --- README.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ece891f..09d2ddf 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,8 @@ Allow the ability to reorder rack units in NetBox using a drag and drop interfac ![Reorder Rack](docs/img/netbox-reorder-rack.gif) +> If there are any issues feel free to create an [Issue](https://github.com/minitriga/netbox-reorder-rack/issues) or feel free to contact me directly on Slack in the [NetDev](https://netdev.chat/) community. + ## Installation **_NOTE:_** For docker please see: [Docker install](https://github.com/netbox-community/netbox-docker/wiki/Using-Netbox-Plugins) @@ -45,7 +47,15 @@ systemctl restart netbox | netbox version | plugin version | | -------------- | ----------------------------- | | >= 4.0.0 | >= v1.1.0 | -| <= 4.0.0 | = v1.0.0 | +| <= 4.0.0 | = v1.0.0 | + +## Dependencies +Python: + - None + +Javascript: + - Gridstack (Currently running same versions as Netbox) + - Bootsrap (Currently running same versions as Netbox) ### Update From bef756d0d77dcf538a6be5dc1efae71b210b9422 Mon Sep 17 00:00:00 2001 From: minitriga Date: Thu, 9 May 2024 09:37:23 +0100 Subject: [PATCH 2/2] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 09d2ddf..e96197c 100644 --- a/README.md +++ b/README.md @@ -50,10 +50,10 @@ systemctl restart netbox | <= 4.0.0 | = v1.0.0 | ## Dependencies -Python: +Python: - None -Javascript: +Javascript: - Gridstack (Currently running same versions as Netbox) - Bootsrap (Currently running same versions as Netbox)