[pve-devel] [PATCH manager v3 07/19] ui: replication: show 'Job ID' column
Lukas Wagner
l.wagner at proxmox.com
Fri Feb 16 10:15:56 CET 2024
Notification match rules are able to match based on the job id, so it
makes sense to display it to the user.
Signed-off-by: Lukas Wagner <l.wagner at proxmox.com>
---
www/manager6/grid/Replication.js | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/www/manager6/grid/Replication.js b/www/manager6/grid/Replication.js
index 79824b9b..324a6bff 100644
--- a/www/manager6/grid/Replication.js
+++ b/www/manager6/grid/Replication.js
@@ -287,10 +287,9 @@ Ext.define('PVE.grid.ReplicaView', {
sortable: true,
},
{
- text: 'ID',
+ text: 'Job ID',
dataIndex: 'id',
width: 60,
- hidden: true,
},
{
text: gettext('Guest'),
--
2.39.2
More information about the pve-devel
mailing list