Skip to content

x3me/netbox-topology-icons

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Netbox topology views plugin additional icons

Icon library for the netbox topology plugin

Setup

  1. Add the plugin before the netbox topology views plugin
PLUGINS = [..., "netbox_topology_icons", "netbox_topology_views"]
  1. Change the netbox topology views plugin configuration in PLUGIN_CONFIG in your configuration.py to point to the correct static file directory
PLUGINS_CONFIG = {
    ...,
    "netbox_topology_views": {
        ...,
        "static_image_directory": "netbox_topology_icons"
    }
}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages