ui: add mising panel help buttons

add missing help buttons (question mark, top right) so that we are
consistent and each panel has it.

I chose the IMHO most fitting sections.

Signed-off-by: Aaron Lauterer <a.lauterer@proxmox.com>
This commit is contained in:
Aaron Lauterer 2020-11-10 13:38:50 +01:00 committed by Thomas Lamprecht
parent a4971d5f90
commit f4f9a503de
3 changed files with 4 additions and 0 deletions

View File

@ -7,6 +7,8 @@ Ext.define('PBS.ServerAdministration', {
border: true,
defaults: { border: false },
tools: [PBS.Utils.get_help_tool("sysadmin-host-administration")],
controller: {
xclass: 'Ext.app.ViewController',

View File

@ -24,6 +24,7 @@ Ext.define('PBS.Subscription', {
border: true,
onlineHelp: 'get_help',
tools: [PBS.Utils.get_help_tool("get_help")],
viewConfig: {
enableTextSelection: true,

View File

@ -6,6 +6,7 @@ Ext.define('PBS.SystemConfiguration', {
border: true,
scrollable: true,
defaults: { border: false },
tools: [PBS.Utils.get_help_tool("sysadmin-network-configuration")],
items: [
{
title: gettext('Network/Time'),