1
0
Fork 0
mirror of https://github.com/retspen/webvirtcloud synced 2025-07-31 12:41:08 +00:00

Added permission can snapshot instances

This commit is contained in:
Info-IIG 2022-06-16 14:55:08 +02:00
parent e26a114c44
commit 052610dd21
3 changed files with 5 additions and 4 deletions

View file

@ -216,6 +216,7 @@ class PermissionSet(models.Model):
('clone_instances', 'Can clone instances'),
('passwordless_console', _('Can access console without password')),
('view_instances', 'Can view instances'),
('snapshot_instances', 'Can snapshot instances'),
]
managed = False