From: Shannon Sterz <s.sterz@proxmox.com>
To: pve-devel@lists.proxmox.com
Subject: [PATCH widget-toolkit v3 1/4] css: move x-grid-row-loading class to widget-toolkit
Date: Fri, 17 Apr 2026 10:25:01 +0200 [thread overview]
Message-ID: <20260417082504.35648-2-s.sterz@proxmox.com> (raw)
In-Reply-To: <20260417082504.35648-1-s.sterz@proxmox.com>
this class previously existed across all three of our products. since
the definition was identical, move it here to keep it in one place.
Signed-off-by: Shannon Sterz <s.sterz@proxmox.com>
---
src/css/ext6-pmx.css | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/src/css/ext6-pmx.css b/src/css/ext6-pmx.css
index 37d4410..d8d9b8d 100644
--- a/src/css/ext6-pmx.css
+++ b/src/css/ext6-pmx.css
@@ -220,6 +220,11 @@ div.right-aligned {
background-image: url(../images/openid-icon.svg);
}
+.x-grid-row-loading {
+ background: no-repeat center center;
+ background-image: url(../images/spinner.svg);
+}
+
/* fix up extjs spinners with our svg spinner */
.x-treelist-item-loading .x-treelist-item-icon,
.x-treelist-nav .x-treelist-item-loading .x-treelist-item-icon,
--
2.47.3
next prev parent reply other threads:[~2026-04-17 8:25 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-04-17 8:25 [PATCH manager/pmg-gui/proxmox-backup/widget-toolkit v3 0/4] blurry icons follow-up Shannon Sterz
2026-04-17 8:25 ` Shannon Sterz [this message]
2026-04-17 8:25 ` [PATCH manager v3 2/4] ui: remove x-grid-row-loading class and spinner svg Shannon Sterz
2026-04-17 8:25 ` [PATCH proxmox-backup v3 3/4] css: remove x-grid-row-loading class Shannon Sterz
2026-04-17 8:25 ` [PATCH pmg-gui v3 4/4] " Shannon Sterz
2026-04-17 14:25 ` [PATCH manager/pmg-gui/proxmox-backup/widget-toolkit v3 0/4] blurry icons follow-up Dominik Csapak
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20260417082504.35648-2-s.sterz@proxmox.com \
--to=s.sterz@proxmox.com \
--cc=pve-devel@lists.proxmox.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.