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,
|
border: true,
|
||||||
defaults: { border: false },
|
defaults: { border: false },
|
||||||
|
|
||||||
|
tools: [PBS.Utils.get_help_tool("sysadmin-host-administration")],
|
||||||
|
|
||||||
controller: {
|
controller: {
|
||||||
xclass: 'Ext.app.ViewController',
|
xclass: 'Ext.app.ViewController',
|
||||||
|
|
||||||
|
|
|
@ -24,6 +24,7 @@ Ext.define('PBS.Subscription', {
|
||||||
border: true,
|
border: true,
|
||||||
|
|
||||||
onlineHelp: 'get_help',
|
onlineHelp: 'get_help',
|
||||||
|
tools: [PBS.Utils.get_help_tool("get_help")],
|
||||||
|
|
||||||
viewConfig: {
|
viewConfig: {
|
||||||
enableTextSelection: true,
|
enableTextSelection: true,
|
||||||
|
|
|
@ -6,6 +6,7 @@ Ext.define('PBS.SystemConfiguration', {
|
||||||
border: true,
|
border: true,
|
||||||
scrollable: true,
|
scrollable: true,
|
||||||
defaults: { border: false },
|
defaults: { border: false },
|
||||||
|
tools: [PBS.Utils.get_help_tool("sysadmin-network-configuration")],
|
||||||
items: [
|
items: [
|
||||||
{
|
{
|
||||||
title: gettext('Network/Time'),
|
title: gettext('Network/Time'),
|
||||||
|
|
Loading…
Reference in New Issue