[pve-devel] [PATCH manager 1/5] ui: add onlineHelp to rng
Stefan Reiter
s.reiter at proxmox.com
Mon Mar 8 11:01:47 CET 2021
Signed-off-by: Stefan Reiter <s.reiter at proxmox.com>
---
www/manager6/qemu/RNGEdit.js | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/www/manager6/qemu/RNGEdit.js b/www/manager6/qemu/RNGEdit.js
index 8ac0dabf..c196fb0b 100644
--- a/www/manager6/qemu/RNGEdit.js
+++ b/www/manager6/qemu/RNGEdit.js
@@ -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 === "") {
--
2.20.1
More information about the pve-devel
mailing list