]> git.proxmox.com Git - proxmox-backup.git/commitdiff
ui: verify config: eslint fix
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Wed, 21 Oct 2020 13:53:54 +0000 (15:53 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Wed, 21 Oct 2020 13:53:54 +0000 (15:53 +0200)
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
www/config/VerifyView.js

index 91ceec46d41d8efc3f933d3a44ad1779458bfadf..db541cf421a23d7bea62bb3087c61731fc69780f 100644 (file)
@@ -69,7 +69,7 @@ Ext.define('PBS.config.VerifyJobView', {
            if (!upid) return;
 
            Ext.create('Proxmox.window.TaskViewer', {
-               upid
+               upid,
            }).show();
        },