mirror of
https://git.proxmox.com/git/pve-manager
synced 2025-07-25 23:19:20 +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',
|
xtype: 'proxmoxWindowEdit',
|
||||||
width: opts.width || 350,
|
width: opts.width || 350,
|
||||||
subject: text,
|
subject: text,
|
||||||
|
onlineHelp: opts.onlineHelp,
|
||||||
fieldDefaults: {
|
fieldDefaults: {
|
||||||
labelWidth: opts.labelWidth || 100
|
labelWidth: opts.labelWidth || 100
|
||||||
},
|
},
|
||||||
@ -113,6 +114,7 @@ Ext.define('PVE.dc.OptionView', {
|
|||||||
caps: caps.vms['Sys.Modify'],
|
caps: caps.vms['Sys.Modify'],
|
||||||
labelWidth: 120,
|
labelWidth: 120,
|
||||||
url: "/api2/extjs/cluster/options",
|
url: "/api2/extjs/cluster/options",
|
||||||
|
onlineHelp: 'ha_manager_shutdown_policy',
|
||||||
items: [{
|
items: [{
|
||||||
xtype: 'proxmoxKVComboBox',
|
xtype: 'proxmoxKVComboBox',
|
||||||
name: 'shutdown_policy',
|
name: 'shutdown_policy',
|
||||||
@ -134,6 +136,7 @@ Ext.define('PVE.dc.OptionView', {
|
|||||||
caps: caps.vms['Sys.Modify'],
|
caps: caps.vms['Sys.Modify'],
|
||||||
width: 450,
|
width: 450,
|
||||||
url: "/api2/extjs/cluster/options",
|
url: "/api2/extjs/cluster/options",
|
||||||
|
onlineHelp: 'pveum_configure_u2f',
|
||||||
items: [{
|
items: [{
|
||||||
xtype: 'textfield',
|
xtype: 'textfield',
|
||||||
name: 'appid',
|
name: 'appid',
|
||||||
|
Loading…
Reference in New Issue
Block a user