[pve-devel] [PATCH pve-manager 09/21] ui: replication: show 'Job ID' column

Lukas Wagner l.wagner at proxmox.com
Mon Dec 11 13:49:43 CET 2023


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