mirror of
https://github.com/netbox-community/netbox.git
synced 2026-03-21 20:18:38 -06:00
This commit is contained in:
@@ -320,6 +320,7 @@ class ClusterAddDevicesView(generic.ObjectEditView):
|
||||
|
||||
# Assign the selected Devices to the Cluster
|
||||
for device in Device.objects.filter(pk__in=device_pks):
|
||||
device.snapshot()
|
||||
device.cluster = cluster
|
||||
device.save()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user