Added "netbox_topology_views" to plugins

Olof Kasselstrand 2023-08-10 10:11:10 +02:00
parent 7efdfcfa74
commit aa6c86a5fa

@ -71,7 +71,7 @@ To get plugins to work within NetBox you need to add some configuration to `conf
For Netbox > 3.5:
```python
PLUGINS = ["netbox_secrets"]
PLUGINS = ["netbox_secrets", "netbox_topology_views"]
# PLUGINS_CONFIG = {
# "netbox_secretstore": {
@ -82,7 +82,7 @@ PLUGINS = ["netbox_secrets"]
or for Netbox < 3.5:
```python
PLUGINS = ["netbox_secretstore"]
PLUGINS = ["netbox_secretstore", "netbox_topology_views"]
# PLUGINS_CONFIG = {
# "netbox_secretstore": {