ui/docs: add get help onlineHelp
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
		@ -127,8 +127,7 @@ language.
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
 -- `The Rust Programming Language <https://doc.rust-lang.org/book/ch00-00-introduction.html>`_
 | 
					 -- `The Rust Programming Language <https://doc.rust-lang.org/book/ch00-00-introduction.html>`_
 | 
				
			||||||
 | 
					
 | 
				
			||||||
.. todo:: further explain the software stack
 | 
					.. _get_help:
 | 
				
			||||||
 | 
					 | 
				
			||||||
 | 
					
 | 
				
			||||||
Getting Help
 | 
					Getting Help
 | 
				
			||||||
------------
 | 
					------------
 | 
				
			||||||
 | 
				
			|||||||
@ -11,6 +11,10 @@ const proxmoxOnlineHelpInfo = {
 | 
				
			|||||||
    "link": "/docs/backup-client.html#backup-pruning",
 | 
					    "link": "/docs/backup-client.html#backup-pruning",
 | 
				
			||||||
    "title": "Pruning and Removing Backups"
 | 
					    "title": "Pruning and Removing Backups"
 | 
				
			||||||
  },
 | 
					  },
 | 
				
			||||||
 | 
					  "get-help": {
 | 
				
			||||||
 | 
					    "link": "/docs/introduction.html#get-help",
 | 
				
			||||||
 | 
					    "title": "Getting Help"
 | 
				
			||||||
 | 
					  },
 | 
				
			||||||
  "chapter-zfs": {
 | 
					  "chapter-zfs": {
 | 
				
			||||||
    "link": "/docs/sysadmin.html#chapter-zfs",
 | 
					    "link": "/docs/sysadmin.html#chapter-zfs",
 | 
				
			||||||
    "title": "ZFS on Linux"
 | 
					    "title": "ZFS on Linux"
 | 
				
			||||||
 | 
				
			|||||||
@ -5,7 +5,7 @@ Ext.define('PBS.SubscriptionKeyEdit', {
 | 
				
			|||||||
    width: 300,
 | 
					    width: 300,
 | 
				
			||||||
    autoLoad: true,
 | 
					    autoLoad: true,
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    onlineHelp: 'getting_help',
 | 
					    onlineHelp: 'get_help',
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    items: {
 | 
					    items: {
 | 
				
			||||||
	xtype: 'textfield',
 | 
						xtype: 'textfield',
 | 
				
			||||||
@ -22,7 +22,7 @@ Ext.define('PBS.Subscription', {
 | 
				
			|||||||
    title: gettext('Subscription'),
 | 
					    title: gettext('Subscription'),
 | 
				
			||||||
    border: true,
 | 
					    border: true,
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    onlineHelp: 'getting_help',
 | 
					    onlineHelp: 'get_help',
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    viewConfig: {
 | 
					    viewConfig: {
 | 
				
			||||||
	enableTextSelection: true,
 | 
						enableTextSelection: true,
 | 
				
			||||||
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user