Skip to content

Releases: iDebugAll/nextbox-ui-plugin

nextbox-ui-plugin-v0.9.0

20 Sep 13:30
Compare
Choose a tag to compare

Add compatibility with NetBox version 3.x.

nextbox-ui-plugin-v0.8.2

11 Jun 13:31
Compare
Choose a tag to compare

Fix Locations filter backward compatibility

nextbox-ui-plugin-v0.8.1

01 Jun 16:42
Compare
Choose a tag to compare

Implement Filtering by Location (#58)

nextbox-ui-plugin-v0.8.0

20 Feb 20:44
Compare
Choose a tag to compare

Save and Load Topology View (#46)
A Topology Viewer page (plugins/nextbox-ui/topology/) now allows you to save a current layout to the database.
A saved topology is a "snapshot" of the topology state on the screen with all associated attributes.
A saved topology can then be loaded from the Topology Viewer page. Overall device layout and their relative coordinates will be preserved. General plugin Hide/Display controls are also preserved on the view save/load.
Device and link changes taken between save and load actions are not currently considered. Load Saved View shows a topology state in the past as is.
Tracking changes is a matter of further development.

nextbox-ui-plugin-v0.7.1

16 Feb 17:19
21693e4
Compare
Choose a tag to compare

Device name in a node tooltip is now a link to NetBox DCIM device page.
Node tooltip appears on single left mouse button click on the topology node.
Click on the device name to jump to this device page. It will be opened in a new tab.

nextbox-ui-plugin-v0.7.0

12 Feb 18:17
Compare
Choose a tag to compare

Introduce a dedicated Topology Viewer page

  • A plugin code has been reworked to support generic topology page generation.
  • A new dedicated page has been added to display an arbitrary topology based on Search Form input (#30).
    The page is located under .
  • The Topology Viewer page is now being listed under the Plugins menu.
  • A Site Topology modal window header now points to to be able to jump to a larger window quickly.
  • A canvas size on a Topology Viewer page is now being calculated based on the window size (#33).

nextbox-ui-plugin-v0.6.9

17 Dec 16:13
Compare
Choose a tag to compare

Fix multi-cable trace behavior.
Logical direct links between the Interfaces should now be recalculated properly once intermediate passive devices are hidden.

nextbox-ui-plugin-v0.6.8

16 Dec 21:26
e9fb154
Compare
Choose a tag to compare

Patch for Netbox 2.10.1 and above.
Workaround changed cable trace behavior.

nextbox-ui-plugin-v0.6.7

12 Dec 09:45
Compare
Choose a tag to compare
Fix plugin description

nextbox-ui-plugin-v0.6.6

05 Dec 15:29
Compare
Choose a tag to compare

Fix wrong interface label assignment for logical multicable links.