ui/docs: add onlineHelp button for syncjobs
Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
This commit is contained in:
parent
1eff9a1e89
commit
229adeb746
|
@ -644,6 +644,7 @@ Use the ``list``, ``show``, ``update``, ``remove`` subcommands of
|
|||
└──────┴──────────────┴──────────┴───────────────────────────────────────────┴─────────┘
|
||||
# proxmox-backup-manager remote remove pbs2
|
||||
|
||||
.. _syncjobs:
|
||||
|
||||
Sync Jobs
|
||||
~~~~~~~~~
|
||||
|
|
|
@ -5,6 +5,8 @@ Ext.define('PBS.window.SyncJobEdit', {
|
|||
|
||||
userid: undefined,
|
||||
|
||||
onlineHelp: 'syncjobs',
|
||||
|
||||
isAdd: true,
|
||||
|
||||
subject: gettext('SyncJob'),
|
||||
|
|
Loading…
Reference in New Issue