mirror of
https://git.proxmox.com/git/pve-manager
synced 2025-07-24 05:44:07 +00:00
ui: dc/openID realm: allow to edit prompt
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
a72024ab47
commit
381bc55b51
@ -82,6 +82,23 @@ Ext.define('PVE.panel.OpenIDInputPanel', {
|
||||
deleteEmpty: '{!isCreate}',
|
||||
},
|
||||
},
|
||||
{
|
||||
xtype: 'proxmoxKVComboBox',
|
||||
name: 'prompt',
|
||||
fieldLabel: gettext('Prompt'),
|
||||
editable: true,
|
||||
emptyText: gettext('Auth-Provider Default'),
|
||||
comboItems: [
|
||||
['__default__', gettext('Auth-Provider Default')],
|
||||
['none', 'none'],
|
||||
['login', 'login'],
|
||||
['consent', 'consent'],
|
||||
['select_account', 'select_account'],
|
||||
],
|
||||
cbind: {
|
||||
deleteEmpty: '{!isCreate}',
|
||||
},
|
||||
},
|
||||
],
|
||||
|
||||
initComponent: function() {
|
||||
|
Loading…
Reference in New Issue
Block a user