Replies: 1 comment 1 reply
-
First of all, you don't need to add coordinates manually. You can, of course, but coordinates are being saved automatically if you drag devices to a new position. To answer your question, yes, the new position should be saved. You should see a greyed out checkbox "Save Coordinates" in the filter section because of the "always_save_coordinates" option. Make sure you've set the correct coordinates group in the filter section. Are you able to check the webserver log? You should see "PATCH" entries. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hey guys,
I have a question:
when I create a coordinate group, add a couple of devices to that group and give them coordinates.
after applying the group filter if I move a couple of devices, should the new position be saved if the following configuration is set?
PLUGINS_CONFIG = {
'netbox_topology_views': {
'static_image_directory': 'netbox_topology_views/img',
'allow_coordinates_saving': True,
'always_save_coordinates': True,
'enable_circuit_terminations': True
}
}
Beta Was this translation helpful? Give feedback.
All reactions