ui: add/fix help buttons
added a few more help buttons were appropriate: * GC and Prune schedule windows * Create Directory window * API Tokens, link directly to token section * verify jobs window Signed-off-by: Aaron Lauterer <a.lauterer@proxmox.com>
This commit is contained in:
committed by
Thomas Lamprecht
parent
c8219747f0
commit
133de2dd1f
@ -70,6 +70,7 @@ Ext.define('PBS.DataStorePruneAndGC', {
|
||||
editor: {
|
||||
xtype: 'proxmoxWindowEdit',
|
||||
title: gettext('GC Schedule'),
|
||||
onlineHelp: 'maintenance_gc',
|
||||
items: {
|
||||
xtype: 'pbsCalendarEvent',
|
||||
name: 'gc-schedule',
|
||||
@ -86,6 +87,7 @@ Ext.define('PBS.DataStorePruneAndGC', {
|
||||
editor: {
|
||||
xtype: 'proxmoxWindowEdit',
|
||||
title: gettext('Prune Schedule'),
|
||||
onlineHelp: 'maintenance_pruning',
|
||||
items: {
|
||||
xtype: 'pbsCalendarEvent',
|
||||
name: 'prune-schedule',
|
||||
|
Reference in New Issue
Block a user