From 0c83e8891e0270c22ee79abb429a451803432926 Mon Sep 17 00:00:00 2001 From: Dietmar Maurer Date: Tue, 10 Nov 2020 11:53:09 +0100 Subject: [PATCH] ui: fix task description --- www/Utils.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/Utils.js b/www/Utils.js index f678a916..ab48bdcf 100644 --- a/www/Utils.js +++ b/www/Utils.js @@ -147,7 +147,7 @@ Ext.define('PBS.Utils', { }, render_datastore_worker_id: function(id, what) { - const res = id.match(/^(\S+?)_(\S+?)_(\S+?)(_(.+))?$/); + const res = id.match(/^(\S+?):(\S+?)\/(\S+?)(\/(.+))?$/); if (res) { let datastore = res[1], backupGroup = `${res[2]}/${res[3]}`; if (res[4] !== undefined) {