From 6232b90dbdbc57f5ad5f742bc8f5f42c42a69aaf Mon Sep 17 00:00:00 2001 From: Olof Kasselstrand Date: Thu, 10 Aug 2023 10:36:35 +0200 Subject: [PATCH] Correct plugins. --- Using-Netbox-Plugins.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Using-Netbox-Plugins.md b/Using-Netbox-Plugins.md index 7553ae7..49adc7f 100644 --- a/Using-Netbox-Plugins.md +++ b/Using-Netbox-Plugins.md @@ -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", "netbox_topology_views"] +PLUGINS = ["netbox_secrets"] # PLUGINS_CONFIG = { # "netbox_secretstore": { @@ -82,7 +82,7 @@ PLUGINS = ["netbox_secrets", "netbox_topology_views"] or for Netbox < 3.5: ```python -PLUGINS = ["netbox_secretstore", "netbox_topology_views"] +PLUGINS = ["netbox_secretstore"] # PLUGINS_CONFIG = { # "netbox_secretstore": {