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:
parent
a4971d5f90
commit
f4f9a503de
|
@ -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',
|
||||
|
||||
|
|
|
@ -24,6 +24,7 @@ Ext.define('PBS.Subscription', {
|
|||
border: true,
|
||||
|
||||
onlineHelp: 'get_help',
|
||||
tools: [PBS.Utils.get_help_tool("get_help")],
|
||||
|
||||
viewConfig: {
|
||||
enableTextSelection: true,
|
||||
|
|
|
@ -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'),
|
||||
|
|
Loading…
Reference in New Issue