[pbs-devel] [PATCH proxmox-backup 5/5] ui: tape/DriveConfig: add missing tooltips
Dominik Csapak
d.csapak at proxmox.com
Fri Feb 5 15:26:20 CET 2021
Signed-off-by: Dominik Csapak <d.csapak at proxmox.com>
---
www/tape/DriveConfig.js | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/www/tape/DriveConfig.js b/www/tape/DriveConfig.js
index 0d28eb87..bb25f58b 100644
--- a/www/tape/DriveConfig.js
+++ b/www/tape/DriveConfig.js
@@ -302,14 +302,17 @@ Ext.define('PBS.TapeManagement.DrivePanel', {
{
iconCls: 'fa fa-hdd-o',
handler: 'cartridgeMemory',
+ tooltip: gettext('Cartridge Memory'),
},
{
iconCls: 'fa fa-line-chart',
handler: 'volumeStatistics',
+ tooltip: gettext('Volume Statistics'),
},
{
iconCls: 'fa fa-tag',
handler: 'readLabel',
+ tooltip: gettext('Read Label'),
},
{
iconCls: 'fa fa-book',
@@ -319,10 +322,12 @@ Ext.define('PBS.TapeManagement.DrivePanel', {
{
iconCls: 'fa fa-info-circle',
handler: 'status',
+ tooltip: gettext('Status'),
},
{
iconCls: 'fa fa-pencil-square-o',
handler: 'labelMedia',
+ tooltip: gettext('Label Media'),
},
],
},
--
2.20.1
More information about the pbs-devel
mailing list