Igor Korotchenkov

Results 24 comments of Igor Korotchenkov

Could you check if a proper virtual environment is used by pip3? Are you activating `/opt/netbox-2.10.4/venv`? Is it a bare VM or Docker NetBox deployment?

@WCSLoschy > I'm activating the VENV through source /opt/netbox/venv/bin/activate > It's an LXC deployment through Ubuntu 20.04 image. (Also ubuntu 20.04 base) The thing is NetBox venv seems to be...

First of all, thank you for your feedback. Please try a few workarounds to identify the issue scope and conditions: 1. Open the Site topology page directly: http://{your_netbox_host}/plugins/nextbox-ui/site_topology/{site_id} Will the...

INITIAL_LAYOUT is now set to 'auto' by default in the latest release. This is a workaround setting until a manage to fix the bug.

Hi @RHuehne `Graphs` button does not belong to this plugin. It is NetBox internal feature (if it is still there). For large `Sites`, Horizontal/Vertical layout along with Layers Selector may...

@astruwe @Vadims06 What is your Netbox environment? Did you perform static files update after the plugin upgrade/installation? Missing function error may occur in case of improperly cached plugin JS files....

@astruwe try to perform collectstatic with --clear option. It should delete existing files and then copy everything from scratch: ``` python manage.py collectstatic --clear ``` Optionally, you could try to...

Only devices without Interface type connections are “passive” according to the plugin’s logic. What are your plugin and NetBox versions?

Hi Jeremy! Thank you for sharing. I'm glad this plugin helps so many people. Thanks everyone for your support, ideas, and input.

>There's no posibility to delete a saved view? Currently you can delete any saved view via NetBox Admin > Plugins section > NextBox-UI-Plugin > Saved topologies. The ability to delete...