diff --git a/www/tape/ChangerStatus.js b/www/tape/ChangerStatus.js index e8b003aa..599e6320 100644 --- a/www/tape/ChangerStatus.js +++ b/www/tape/ChangerStatus.js @@ -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', diff --git a/www/tape/DriveStatus.js b/www/tape/DriveStatus.js index c064ecc5..deb8d952 100644 --- a/www/tape/DriveStatus.js +++ b/www/tape/DriveStatus.js @@ -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}`);