Make sudo access managed via IAM rather than group checkmark
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone Build is passing

This commit is contained in:
2021-04-15 10:56:11 -05:00
parent f2995899ec
commit b26519ea88
3 changed files with 39 additions and 14 deletions

View File

@@ -62,7 +62,7 @@ class GroupResource extends CRUDBase {
required: true,
type: 'text',
},
{
/*{
name: 'Superuser equivalent?',
field: 'grants_sudo',
type: 'select',
@@ -70,7 +70,7 @@ class GroupResource extends CRUDBase {
{display: 'Yes', value: true},
{display: 'No', value: false},
],
},
},*/
{
name: 'Users',
field: 'user_ids',