ui: add online help to drive/changer status
This commit is contained in:
parent
225affc9ca
commit
fd641b99c3
|
@ -15,6 +15,8 @@ Ext.define('PBS.TapeManagement.ChangerStatus', {
|
|||
extend: 'Ext.panel.Panel',
|
||||
alias: 'widget.pbsChangerStatus',
|
||||
|
||||
tools: [PBS.Utils.get_help_tool("tape_backup")],
|
||||
|
||||
controller: {
|
||||
xclass: 'Ext.app.ViewController',
|
||||
|
||||
|
|
|
@ -3,6 +3,8 @@ Ext.define('PBS.TapeManagement.DriveStatus', {
|
|||
alias: 'widget.pbsDriveStatus',
|
||||
mixins: ['Proxmox.Mixin.CBind'],
|
||||
|
||||
tools: [PBS.Utils.get_help_tool("tape_backup")],
|
||||
|
||||
cbindData: function(config) {
|
||||
let me = this;
|
||||
me.setTitle(`${gettext('Drive')}: ${me.drive}`);
|
||||
|
|
Loading…
Reference in New Issue