]> git.proxmox.com Git - pve-manager-legacy.git/commitdiff
ui: add onlineHelp to rng
authorStefan Reiter <s.reiter@proxmox.com>
Mon, 8 Mar 2021 10:01:47 +0000 (11:01 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Mon, 8 Mar 2021 10:05:13 +0000 (11:05 +0100)
Signed-off-by: Stefan Reiter <s.reiter@proxmox.com>
www/manager6/qemu/RNGEdit.js

index 8ac0dabf015eda01e4d1dc2bb01dca203a2fd0b5..c196fb0bf594b8de498f6267fc7b222c5030a6be 100644 (file)
@@ -2,8 +2,7 @@ Ext.define('PVE.qemu.RNGInputPanel', {
     extend: 'Proxmox.panel.InputPanel',
     xtype: 'pveRNGInputPanel',
 
-    // FIXME: enable once we bumped doc-gen so this ref is included
-    //onlineHelp: 'qm_virtio_rng',
+    onlineHelp: 'qm_virtio_rng',
 
     onGetValues: function(values) {
        if (values.max_bytes === "") {