ui: add help tool to user and remote config
This commit is contained in:
parent
31112c79ac
commit
2c9f274efa
|
@ -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',
|
||||
|
||||
|
|
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue