-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Plugin buttons not responding - take 2 #44
Comments
I am also having this issue on an offline install. The plugin works fine on an online dev environment. Further issues pop up in the console tab of:
It then appears to reach out to https://unpkg.com/[email protected] and fails to load a resource, again, as the host is offline and disconnected from the internet. Is there a required dependency for htmx not otherwise installed with netbox, or if it is installed with netbox, how/where do I change the reference to point to an internal location? |
You're right, I did notice this too and this install is also offline with no easy way to provide internet access. I can confirm by testing anothe online install I have and see if I have the same problem, but I guess it'll be ok. If there's a dependency missing, I'm hoping it can be resolved separately so my NetBox can remain airgapped from the internet. |
in 0.5.0 we'll move this to packaged with the plugin |
When do you think 0.5.0 will be released? |
Having read #27, I've been through it and this doesn't seem to fix my issue.
Ubuntu 22.04
Netbox 4.0.10
Python 3.10.12
I have debug set to true.
Plugin is installed.
As a sidenote, there's some confusion in the documentation. Sometimes, it's
netbox_floorplan
, sometimes it'snetbox_floorplan_plugin
.I've opted for the shorter version, but the documentation still suggests:
Running these commande (but using the
netbox_floorplan
value instead), I get:I then do the
So nothing is changed?
I can see all the files in the static/netbox_floorplan/ (in case it was an issue someone had commented on before) :
So as far as I can tell, it looks like it's all there,
But when I go to a location, I have the Floorplan tab, when I go to add a new floorplan, when I click on the Set Dimensions button, nothing happens. Opening up in the developer tab in Chrome, I get this error:
(index):2642 Uncaught ReferenceError: set_dimensions is not defined at HTMLAnchorElement.onclick ((index):2642:72)
Any ideas?
The text was updated successfully, but these errors were encountered: