ui: add help tool to user and remote config

This commit is contained in:
Dietmar Maurer 2020-11-10 09:23:22 +01:00
parent 31112c79ac
commit 2c9f274efa
2 changed files with 4 additions and 0 deletions

View File

@ -32,6 +32,8 @@ Ext.define('PBS.config.RemoteView', {
title: gettext('Remotes'),
tools: [PBS.Utils.get_help_tool("backup-remote")],
controller: {
xclass: 'Ext.app.ViewController',

View File

@ -5,6 +5,8 @@ Ext.define('PBS.AccessControlPanel', {
title: gettext('Access Control'),
tools: [PBS.Utils.get_help_tool("user-mgmt")],
border: false,
defaults: {
border: false,