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'),
|
title: gettext('Remotes'),
|
||||||
|
|
||||||
|
tools: [PBS.Utils.get_help_tool("backup-remote")],
|
||||||
|
|
||||||
controller: {
|
controller: {
|
||||||
xclass: 'Ext.app.ViewController',
|
xclass: 'Ext.app.ViewController',
|
||||||
|
|
||||||
|
|
|
@ -5,6 +5,8 @@ Ext.define('PBS.AccessControlPanel', {
|
||||||
|
|
||||||
title: gettext('Access Control'),
|
title: gettext('Access Control'),
|
||||||
|
|
||||||
|
tools: [PBS.Utils.get_help_tool("user-mgmt")],
|
||||||
|
|
||||||
border: false,
|
border: false,
|
||||||
defaults: {
|
defaults: {
|
||||||
border: false,
|
border: false,
|
||||||
|
|
Loading…
Reference in New Issue