Fixes #547: XML Export does not work in modal window (#572)

* Fix XML export in modal windows

* Removed useless concatenation

* Revert removed basePath in JS and added basePath to HTMX template
This commit is contained in:
Mario
2024-09-27 21:44:06 +02:00
committed by GitHub
parent 44e49495fe
commit 02a7118a33
3 changed files with 4 additions and 3 deletions
@@ -40,5 +40,6 @@
var is_htmx = true;
var brokenImage = '{{ broken_image }}';
var topologyData = {{ topology_data | safe }};
const basePath = '{{ basepath }}';
</script>
<script src="{% static 'netbox_topology_views/js/app.js' %}?ver={{ epoch }} " defer></script>