mirror of
https://git.proxmox.com/git/pve-manager
synced 2025-07-27 11:46:44 +00:00
ui: Add online help reference to VM bios settings
Signed-off-by: Aaron Lauterer <a.lauterer@proxmox.com>
This commit is contained in:
parent
d2d16a78b8
commit
e7d6f69490
@ -1,6 +1,7 @@
|
|||||||
Ext.define('PVE.qemu.BiosEdit', {
|
Ext.define('PVE.qemu.BiosEdit', {
|
||||||
extend: 'Proxmox.window.Edit',
|
extend: 'Proxmox.window.Edit',
|
||||||
alias: 'widget.pveQemuBiosEdit',
|
alias: 'widget.pveQemuBiosEdit',
|
||||||
|
onlineHelp: 'qm_bios_and_uefi',
|
||||||
|
|
||||||
initComponent : function() {
|
initComponent : function() {
|
||||||
var me = this;
|
var me = this;
|
||||||
|
Loading…
Reference in New Issue
Block a user