tape: add docu link targets for online help

This commit is contained in:
Dietmar Maurer
2021-03-08 09:37:08 +01:00
parent 9ce2481a69
commit 225affc9ca
3 changed files with 33 additions and 4 deletions

View File

@ -107,8 +107,28 @@ const proxmoxOnlineHelpInfo = {
"link": "/docs/sysadmin.html#sysadmin-host-administration",
"title": "Host System Administration"
},
"restore-encryption-key": {
"link": "/docs/tape-backup.html#restore-encryption-key",
"tape-backup": {
"link": "/docs/tape-backup.html#tape-backup",
"title": "Tape Backup"
},
"tape-changer-config": {
"link": "/docs/tape-backup.html#tape-changer-config",
"title": "Tape changers"
},
"tape-drive-config": {
"link": "/docs/tape-backup.html#tape-drive-config",
"title": "Tape drives"
},
"tape-media-pool-config": {
"link": "/docs/tape-backup.html#tape-media-pool-config",
"title": "Media Pools"
},
"tape-backup-job-config": {
"link": "/docs/tape-backup.html#tape-backup-job-config",
"title": "Tape Backup Jobs"
},
"tape-restore-encryption-key": {
"link": "/docs/tape-backup.html#tape-restore-encryption-key",
"title": "Restoring Encryption Keys"
},
"tech-design-overview": {

View File

@ -4,6 +4,8 @@ Ext.define('PBS.TapeManagement', {
title: gettext('Tape Backup'),
tools: [PBS.Utils.get_help_tool("tape_backup")],
border: true,
defaults: {
border: false,