From 7f7852830865fd359f955dae53c3a798feefe112 Mon Sep 17 00:00:00 2001 From: Dietmar Maurer Date: Thu, 25 Mar 2021 12:26:57 +0100 Subject: [PATCH] OnlineHelpInfo.js: new link for client-repository --- www/OnlineHelpInfo.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/www/OnlineHelpInfo.js b/www/OnlineHelpInfo.js index 5b396521..694543d4 100644 --- a/www/OnlineHelpInfo.js +++ b/www/OnlineHelpInfo.js @@ -3,6 +3,10 @@ const proxmoxOnlineHelpInfo = { "link": "/docs/index.html", "title": "Proxmox Backup Server Documentation Index" }, + "client-repository": { + "link": "/docs/backup-client.html#client-repository", + "title": "Repository Locations" + }, "client-creating-backups": { "link": "/docs/backup-client.html#client-creating-backups", "title": "Creating Backups"