mirror of
https://git.proxmox.com/git/pve-manager
synced 2025-07-25 15:42:27 +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}',
|
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() {
|
initComponent: function() {
|
||||||
|
Loading…
Reference in New Issue
Block a user