mirror of
https://github.com/jpros/tacticalrmm-web.git
synced 2026-02-22 12:20:47 +00:00
add role perms
This commit is contained in:
@@ -26,6 +26,7 @@
|
||||
<q-card-section class="row">
|
||||
<div class="q-gutter-sm">
|
||||
<q-checkbox v-model="role.can_manage_accounts" label="Manage User Accounts" />
|
||||
<q-checkbox v-model="role.can_manage_roles" label="Manage Permissions" />
|
||||
</div>
|
||||
</q-card-section>
|
||||
|
||||
@@ -195,6 +196,7 @@ export default {
|
||||
can_manage_software: false,
|
||||
can_manage_winupdates: false,
|
||||
can_manage_accounts: false,
|
||||
can_manage_roles: false,
|
||||
},
|
||||
};
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user