[pve-devel] [PATCH docs] scan-extjs: rename pveOnlineHelpInfo to proxmoxOnlineHelpInfo

Thomas Lamprecht t.lamprecht at proxmox.com
Mon Dec 11 12:00:17 CET 2017


For the swap to the widget toolkit.

Signed-off-by: Thomas Lamprecht <t.lamprecht at proxmox.com>
---

It's probably better to apply this only after the switch happened, we
added a backward compatible check there to cope with an non-renamed
variable

 asciidoc-pve.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/asciidoc-pve.in b/asciidoc-pve.in
index 83f59eb..b3062f4 100644
--- a/asciidoc-pve.in
+++ b/asciidoc-pve.in
@@ -570,7 +570,7 @@ if ($clicmd eq 'compile-wiki') {
     my $data_str =  to_json($res_data, { pretty => 1,  canonical => 1 });
     chomp $data_str;
 
-    print "var pveOnlineHelpInfo = ${data_str};\n";
+    print "var proxmoxOnlineHelpInfo = ${data_str};\n";
 
 } elsif ($clicmd eq 'chapter-table') {
     
-- 
2.11.0





More information about the pve-devel mailing list