mirror of
https://git.proxmox.com/git/pve-manager
synced 2025-08-14 09:01:32 +00:00
ui: Add online help reference to VM display settings
Signed-off-by: Aaron Lauterer <a.lauterer@proxmox.com>
This commit is contained in:
parent
f07d8e6050
commit
d2d16a78b8
@ -1,6 +1,7 @@
|
||||
Ext.define('PVE.qemu.DisplayInputPanel', {
|
||||
extend: 'Proxmox.panel.InputPanel',
|
||||
xtype: 'pveDisplayInputPanel',
|
||||
onlineHelp: 'qm_display',
|
||||
|
||||
onGetValues: function(values) {
|
||||
var ret = PVE.Parser.printPropertyString(values, 'type');
|
||||
|
Loading…
Reference in New Issue
Block a user