From fef2b3e04c0742b21380c3b3a99bde06ae058d2b Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Mon, 25 May 2020 18:41:11 +0200 Subject: [PATCH] css: fix load mask background image path We're not using the exact same paths as in PVE/PMG here. Signed-off-by: Thomas Lamprecht --- www/css/ext6-pbs.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/css/ext6-pbs.css b/www/css/ext6-pbs.css index d165b265..631d14e4 100644 --- a/www/css/ext6-pbs.css +++ b/www/css/ext6-pbs.css @@ -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 */