ui: Add online help reference to VM display settings

Signed-off-by: Aaron Lauterer <a.lauterer@proxmox.com>
This commit is contained in:
Aaron Lauterer 2019-09-18 09:42:36 +02:00 committed by Thomas Lamprecht
parent f07d8e6050
commit d2d16a78b8

View File

@ -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');