|
@@ -94,7 +94,7 @@ class BulkRenameView(GetReturnURLMixin, ObjectPermissionRequiredMixin, View):
|
|
|
})
|
|
})
|
|
|
|
|
|
|
|
|
|
|
|
|
-class BulkDisconnectView(GetReturnURLMixin, View):
|
|
|
|
|
|
|
+class BulkDisconnectView(GetReturnURLMixin, ObjectPermissionRequiredMixin, View):
|
|
|
"""
|
|
"""
|
|
|
An extendable view for disconnection console/power/interface components in bulk.
|
|
An extendable view for disconnection console/power/interface components in bulk.
|
|
|
"""
|
|
"""
|