Skip to content

Commit

Permalink
quickfixes für issue iDebugAll#77
Browse files Browse the repository at this point in the history
  • Loading branch information
aruhri committed Oct 19, 2021
1 parent 666a49b commit 6448741
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
4 changes: 3 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,7 @@ COPY ./nextbox_ui_plugin /source/nextbox-ui-plugin/nextbox_ui_plugin/
COPY ./setup.py /source/nextbox-ui-plugin/
COPY ./MANIFEST.in /source/nextbox-ui-plugin/
COPY ./README.md /source/nextbox-ui-plugin/
COPY --chown=1000:1000 --chmod=644 ./nextbox_ui_plugin/static/nextbox_ui_plugin /opt/netbox/netbox/static/nextbox_ui_plugin
COPY --chown=100:101 --chmod=644 ./nextbox_ui_plugin/static/nextbox_ui_plugin /opt/netbox/netbox/static/nextbox_ui_plugin
RUN pip3 install --no-cache-dir nextbox-ui-plugin
RUN find /opt/netbox/netbox/static/nextbox_ui_plugin -type d -exec chmod 755 {} +

2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ Download the Plugin and build from the source:
```
$ git clone https://github.com/iDebugAll/nextbox-ui-plugin
$ cd nextbox-ui-plugin
$ docker build -t netbox-custom .
$ DOCKER_BUILDKIT=1 docker build -t netbox-custom .
```
Update a netbox image name in **docker-compose.yml** in a Netbox Community Docker project root:
```yaml
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,6 @@ <h6 class="dropdown-header">Device Tags</h6>
showHidePassiveDevicesButtonInitial();
</script>
<script src="{% static 'nextbox_ui_plugin/next_app.js' %}"></script>
<script src="{% static 'jquery/jquery-3.4.1.min.js' %}"></script>
<script src="{% static 'jquery/jquery-3.5.1.min.js' %}"></script>
<script src="{% static 'jquery-ui-1.12.1/jquery-ui.min.js' %}"></script>
<script src="{% static 'nextbox_ui_plugin/bootstrap.bundle.min.js' %}"></script>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,6 @@ <h6 class="dropdown-header">Saved View Name:</h6>
console.log(topologyData);
</script>
<script src="{% static 'nextbox_ui_plugin/next_app.js' %}"></script>
<script src="{% static 'nextbox_ui_plugin/jquery/jquery-3.4.1.min.js' %}"></script>
<script src="{% static 'nextbox_ui_plugin/jquery/jquery-3.5.1.min.js' %}"></script>


Expand Down

0 comments on commit 6448741

Please sign in to comment.