mirror of
https://github.com/nextcloud/passman.git
synced 2025-11-11 22:51:39 +08:00
Update access level
This commit is contained in:
parent
f44bef765f
commit
8795c1b0bf
1 changed files with 1 additions and 1 deletions
|
|
@ -81,7 +81,7 @@ angular.module('passmanApp')
|
||||||
$scope.accessLevels = [
|
$scope.accessLevels = [
|
||||||
{
|
{
|
||||||
label: 'Can edit',
|
label: 'Can edit',
|
||||||
value: '2'
|
value: '11'
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
label: 'Can view',
|
label: 'Can view',
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue