]> git.proxmox.com Git - proxmox-backup.git/commitdiff
css: fix load mask background image path
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Mon, 25 May 2020 16:41:11 +0000 (18:41 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Mon, 25 May 2020 16:41:14 +0000 (18:41 +0200)
We're not using the exact same paths as in PVE/PMG here.

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
www/css/ext6-pbs.css

index d165b265af3a2931fc44482aa70f1abeca848e95..631d14e41b31a99138f68c60f643196ec37823d6 100644 (file)
@@ -76,7 +76,7 @@
 /* loading in task list */
 .x-grid-row-loading {
     background: no-repeat center center;
-    background-image:url(../ext6/theme-crisp/resources/images/loadmask/loading.gif);
+    background-image:url(../extjs/theme-crisp/resources/images/loadmask/loading.gif);
 }
 
 /* displayfield minheight is wrong */