]> git.proxmox.com Git - proxmox-widget-toolkit.git/commit - button/HelpButton.js
HelpButton: be backward compatible with PVE help mapping
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Mon, 11 Dec 2017 10:18:14 +0000 (11:18 +0100)
committerDominik Csapak <d.csapak@proxmox.com>
Thu, 14 Dec 2017 14:38:50 +0000 (15:38 +0100)
commit0e029e08efe996089528a2c8e7eeb04e13c347f9
treecd3a5cbef5ed5adbd9a2de0af9833293a860a333
parent6689e1cedd032f2aeab4e939c806f55c6a3a5497
HelpButton: be backward compatible with PVE help mapping

pve-doc-generator used pveOnlineHelp as variable name while the
widget toolkit expects proxmoxOnlineHelp, allow both for now.

As its not quite clear when the switch to the widget toolkit happens
this is more flexible than changing the generator and adding a
versioned build dependency in pve-manager for it.
We normally do not bump pve-docs during releases either.

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
CC: Dominik Csapak <d.csapak@proxmox.com>
button/HelpButton.js