netbox-floorplan-plugin
netbox-floorplan-plugin copied to clipboard
NetBox Floorplan plugin
Hello! I noticed thta some users are trying to install this plugin in their Netbox v4 environment. Could you please update the compatibility? Thanks!
> OS: AlmaLinux 8.9 (RHEL8) > Netbox-Version: 3.7.6 > Plugin-Version: 0.3.6 > Postgres-Version: 12.18 Hello, i tried to make the plugin working in my netbox installation. But i got an...
The plugin does not actually reflect the new requirement in terms of importing `PluginConfig` of netbox v4.0. (see https://docs.netbox.dev/en/stable/plugins/development/migration-v4/) ``` Applying database migrations (python3 netbox/manage.py migrate)... Traceback (most recent call...
Taken from https://github.com/tbotnz/netbox_floorplan/issues/26 There's three inquiries/issues here... 1. Uploading a background image for locations is giving me a Python error: `'NoneType' object has no attribute 'id'` 2. Uploading a background...
If the light mode is on, placing labels and devices on floor plans is not really practical. It would be great if the defaults colors of labels or devices names...
I know there was a pull request for this problem with a fix and I have reinstalled the plugin but currently my non admin users still can't use the floorplan...
I have noticed that the object pagination links at the bottom of the rack and devices tabs does not operate as expected Observed operation: - Edit Map - In the...
The installation instructions omit the necessary step of running `manage.py migrate` after installing the plugin. It's an understandable oversight, but for users with little or no plugin experience it's a...
Added installation note to migrate the database.