api: replace auth_id with auth-id
in parameters, and fix up the completion for the ACL update parameter. Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
This commit is contained in:
committed by
Thomas Lamprecht
parent
e4e280183e
commit
8b600f9965
@ -33,7 +33,7 @@ Ext.define('PBS.window.ACLEdit', {
|
||||
me.items.push({
|
||||
xtype: 'pbsUserSelector',
|
||||
fieldLabel: gettext('User'),
|
||||
name: 'auth_id',
|
||||
name: 'auth-id',
|
||||
allowBlank: false,
|
||||
});
|
||||
} else if (me.aclType === 'token') {
|
||||
@ -41,7 +41,7 @@ Ext.define('PBS.window.ACLEdit', {
|
||||
me.items.push({
|
||||
xtype: 'pbsTokenSelector',
|
||||
fieldLabel: gettext('API Token'),
|
||||
name: 'auth_id',
|
||||
name: 'auth-id',
|
||||
allowBlank: false,
|
||||
});
|
||||
}
|
||||
|
Reference in New Issue
Block a user