]> git.proxmox.com Git - proxmox-backup.git/commitdiff
ui: fix task description
authorDietmar Maurer <dietmar@proxmox.com>
Tue, 10 Nov 2020 10:53:09 +0000 (11:53 +0100)
committerDietmar Maurer <dietmar@proxmox.com>
Tue, 10 Nov 2020 10:53:39 +0000 (11:53 +0100)
www/Utils.js

index f678a916103424b7ab96d09a10902ee06e00863d..ab48bdcf1070a634211fc7ec937482644173d742 100644 (file)
@@ -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) {