Eric Krichbaum
Eric Krichbaum
Did you restart the gui? systemctl restart netbox
shouldn't that be 3.6 if is is needed?
``` [root@netbox netbox]# grep enable_circuit configuration.py 'enable_circuit_terminations': False ``` so in your case just True.
What about a panel in the region/site/location page that displayed the topology with the region/site/location/ as the filter? I saw some old plugins that did that or a button to...
Setting 'enable_circuit_terminations': False does eliminate that error as well, but I'm curious as to which circuit and where the issue is.
[https://github.com/mattieserver/netbox-topology-views/issues/85](url) Seems to be the same as this one. Sorry for the extra noise.
Patch does eliminate the error. No matter the setting "'enable_circuit_terminations': True" or False, the error does not occur. I don't see any additional elements for those circuits which may be...
I think what you are looking for is the actions tab of the map object. Set the target to be the specific map that you want. Instead of having the...
hit comment too fast. or create the objects on your master map as type map of the other maps.
That sounds to me like o.classname isn't defined or o isn't. By adding '', you're splitting '' instead of the classname to move on. You could trap the function with...