mirror of
https://git.proxmox.com/git/pve-manager
synced 2025-08-07 16:14:58 +00:00
ui: add onlineHelp to rng
Signed-off-by: Stefan Reiter <s.reiter@proxmox.com>
This commit is contained in:
parent
16788eac58
commit
86c112d069
@ -2,8 +2,7 @@ Ext.define('PVE.qemu.RNGInputPanel', {
|
|||||||
extend: 'Proxmox.panel.InputPanel',
|
extend: 'Proxmox.panel.InputPanel',
|
||||||
xtype: 'pveRNGInputPanel',
|
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) {
|
onGetValues: function(values) {
|
||||||
if (values.max_bytes === "") {
|
if (values.max_bytes === "") {
|
||||||
|
Loading…
Reference in New Issue
Block a user