mirror of
https://git.proxmox.com/git/pve-manager
synced 2025-07-24 19:53:23 +00:00
ui: dc/options: add onlineHelp to u2f and ha edit window
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
7d01dad4ef
commit
17a1ffa1b9
@ -23,6 +23,7 @@ Ext.define('PVE.dc.OptionView', {
|
||||
xtype: 'proxmoxWindowEdit',
|
||||
width: opts.width || 350,
|
||||
subject: text,
|
||||
onlineHelp: opts.onlineHelp,
|
||||
fieldDefaults: {
|
||||
labelWidth: opts.labelWidth || 100
|
||||
},
|
||||
@ -113,6 +114,7 @@ Ext.define('PVE.dc.OptionView', {
|
||||
caps: caps.vms['Sys.Modify'],
|
||||
labelWidth: 120,
|
||||
url: "/api2/extjs/cluster/options",
|
||||
onlineHelp: 'ha_manager_shutdown_policy',
|
||||
items: [{
|
||||
xtype: 'proxmoxKVComboBox',
|
||||
name: 'shutdown_policy',
|
||||
@ -134,6 +136,7 @@ Ext.define('PVE.dc.OptionView', {
|
||||
caps: caps.vms['Sys.Modify'],
|
||||
width: 450,
|
||||
url: "/api2/extjs/cluster/options",
|
||||
onlineHelp: 'pveum_configure_u2f',
|
||||
items: [{
|
||||
xtype: 'textfield',
|
||||
name: 'appid',
|
||||
|
Loading…
Reference in New Issue
Block a user