Topology view not showing #208
Replies: 20 comments 15 replies
-
Same issue here. Setting |
Beta Was this translation helpful? Give feedback.
-
Hi, Sorry for the late reply. |
Beta Was this translation helpful? Give feedback.
-
I'm on 3.27 and haven't gotten anything to display yet. |
Beta Was this translation helpful? Give feedback.
-
So it turns out that the problem is that the static js/css/etc files are not getting installed in my docker version of netbox. Mounting the source code's static code into |
Beta Was this translation helpful? Give feedback.
-
Hi @hardaker, Do you have the |
Beta Was this translation helpful? Give feedback.
-
Sorry for the delay. I do. But your point is valid: why isn't it collecting it? I'll try to look into it as well. |
Beta Was this translation helpful? Give feedback.
-
@hardaker were you able to find a solution? I'm having (was having) the same problem.
And now I have icons |
Beta Was this translation helpful? Give feedback.
-
I admittedly have been swamped with a much more pressing deadline and haven't gotten back to debugging. But yes, copying in solved it for me too and hence motivation is low :-/ |
Beta Was this translation helpful? Give feedback.
-
This is not working for me on netbox-3.3.1. I'm not seeing anything in the logs... |
Beta Was this translation helpful? Give feedback.
-
Did you clear your browser cache after the update? |
Beta Was this translation helpful? Give feedback.
-
Stupid me. I did not but just tried it using Vivaldi. No dice after clearing cache. Will try another browser and computer. |
Beta Was this translation helpful? Give feedback.
-
Just tried on a different computer. Nothing comes up. Even when I check Hide Unconnected |
Beta Was this translation helpful? Give feedback.
-
Is this also with a docker setup? |
Beta Was this translation helpful? Give feedback.
-
No. Not using docker. |
Beta Was this translation helpful? Give feedback.
-
This is currently not working in a docker environment as already pointed out from @hardaker and @dwilliss .
Result in
|
Beta Was this translation helpful? Give feedback.
-
Hello all,
and here are the contents of the docker file
Any idea why I am unable to use the plugin ? |
Beta Was this translation helpful? Give feedback.
-
@mattieserver I was able to build the container following the instructions for Docker install although I now am facing the same issue as the title. What am I missing now ? |
Beta Was this translation helpful? Give feedback.
-
Hi ! I have them similar problem, the devices is not show up, setting Hide Unconnected not works for me. Python 3.10.12 Best Regards, Rodrigo |
Beta Was this translation helpful? Give feedback.
-
This is also my problem!
I use docker for this. |
Beta Was this translation helpful? Give feedback.
-
I am having the same issue, I just see a completely blank screen, Not using docker and on latest version to date. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Possible user error but I can't get the topology views plugin to show any views.
I'm not sure what logs or configs I can provide so please let me know what you would like.
PLUGINS = ["netbox_topology_views"]
PLUGINS_CONFIG = {
'netbox_topology_views': {
'enable_circuit_terminations': False,
'draw_default_layout': True,
'ignore_cable_type': 'circuit termination'
}
}
Python 3.8.10
Netbox 3.2.5
Installed Plugins
NAME PACKAGE NAME AUTHOR DESCRIPTION VERSION
Topology views netbox_topology_views Mattijs Vanhaverbeke An plugin to render topology maps 2.0.1
Beta Was this translation helpful? Give feedback.
All reactions