[pve-devel] [PATCH manager v3 04/19] ui: dc: backup: show 'Job ID' column
Lukas Wagner
l.wagner at proxmox.com
Fri Feb 16 10:15:53 CET 2024
This is useful for creating matchers based on the 'backup-job'
metadata field.
Signed-off-by: Lukas Wagner <l.wagner at proxmox.com>
---
www/manager6/dc/Backup.js | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/www/manager6/dc/Backup.js b/www/manager6/dc/Backup.js
index 4beb84c0..fb4df0a7 100644
--- a/www/manager6/dc/Backup.js
+++ b/www/manager6/dc/Backup.js
@@ -774,9 +774,8 @@ Ext.define('PVE.dc.BackupView', {
sortable: true,
},
{
- header: gettext('ID'),
+ header: gettext('Job ID'),
dataIndex: 'id',
- hidden: true,
},
{
header: gettext('Node'),
--
2.39.2
More information about the pve-devel
mailing list