Skip to content

Commit 896262d

Browse files
committed
gets plugin ready for netbox v4.1.11
1 parent fb168a8 commit 896262d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ RUN pip install --upgrade pip\
1010
# -------------------------------------------------------------------------------------
1111
# install netbox
1212
# -------------------------------------------------------------------------------------
13-
ARG netbox_ver=master
13+
ARG netbox_ver=v4.1.11
1414

1515
RUN git clone --single-branch --branch ${netbox_ver} https://github.com/netbox-community/netbox.git /opt/netbox/ && \
1616
cd /opt/netbox/ && \

netbox_atlas_plugin/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
from extras.plugins import PluginConfig
1+
from netbox.plugins import PluginConfig
22

33

44
class NetBoxAtlasConfig(PluginConfig):

0 commit comments

Comments
 (0)