]> git.proxmox.com Git - proxmox-backup.git/commitdiff
ui/docs: add get help onlineHelp
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Tue, 10 Nov 2020 09:35:35 +0000 (10:35 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Tue, 10 Nov 2020 09:35:35 +0000 (10:35 +0100)
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
docs/introduction.rst
www/OnlineHelpInfo.js
www/Subscription.js

index 423dd8d6597cb3bda3b9c0b25aee561ea330b785..20c296023b88ac1b4c324044c0e78a37e0711f4f 100644 (file)
@@ -127,8 +127,7 @@ language.
 
  -- `The Rust Programming Language <https://doc.rust-lang.org/book/ch00-00-introduction.html>`_
 
-.. todo:: further explain the software stack
-
+.. _get_help:
 
 Getting Help
 ------------
index b206e47ce54e6274121b1174e2967c782f5b6fbc..1ad1c21b4c55035624b525a49da43af9e78b2a4e 100644 (file)
@@ -11,6 +11,10 @@ const proxmoxOnlineHelpInfo = {
     "link": "/docs/backup-client.html#backup-pruning",
     "title": "Pruning and Removing Backups"
   },
+  "get-help": {
+    "link": "/docs/introduction.html#get-help",
+    "title": "Getting Help"
+  },
   "chapter-zfs": {
     "link": "/docs/sysadmin.html#chapter-zfs",
     "title": "ZFS on Linux"
index 498600bfc69eab76a1fd2d7020ec7725934eb696..2023c6c848fe16541ec2ce9563c8ffaaedc18b59 100644 (file)
@@ -5,7 +5,7 @@ Ext.define('PBS.SubscriptionKeyEdit', {
     width: 300,
     autoLoad: true,
 
-    onlineHelp: 'getting_help',
+    onlineHelp: 'get_help',
 
     items: {
        xtype: 'textfield',
@@ -22,7 +22,7 @@ Ext.define('PBS.Subscription', {
     title: gettext('Subscription'),
     border: true,
 
-    onlineHelp: 'getting_help',
+    onlineHelp: 'get_help',
 
     viewConfig: {
        enableTextSelection: true,