]> git.proxmox.com Git - pve-manager.git/commitdiff
pveAudioInputPanel: comment out onlineHelp doc reference for now
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Tue, 23 Jul 2019 17:03:50 +0000 (19:03 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Tue, 23 Jul 2019 17:03:50 +0000 (19:03 +0200)
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
www/manager6/qemu/AudioEdit.js

index 1e530a84d7c6e97406617d2fd8248f10b09924a2..804e5a7a91d7e53339bf475f45f217bb4366d6a4 100644 (file)
@@ -2,7 +2,8 @@ Ext.define('PVE.qemu.AudioInputPanel', {
     extend: 'Proxmox.panel.InputPanel',
     xtype: 'pveAudioInputPanel',
 
-    onlineHelp: 'qm_audio_device',
+    // FIXME: enable once we bumped doc-gen so this ref is included
+    //onlineHelp: 'qm_audio_device',
 
     onGetValues: function(values) {
        var ret = PVE.Parser.printPropertyString(values);