fix: remove duplicate loading spinner on A2A agents page#2892
fix: remove duplicate loading spinner on A2A agents page#2892crivetimihai merged 1 commit intoIBM:mainfrom
Conversation
|
Hi @crivetimihai, I investigated this and tested locally, I can only see a single loading spinner on all tabs (MCP Servers, Looking at the code, the inline placeholder spinners for Servers, Virtual Servers, and Tools were already removed in commit Could @alinam941106a confirm they are running the latest main branch? The issue might have been observed on an older build |
|
OK, thanks! I'll rebase / get this merged, if something else is found, let's open another issues. Great work! |
|
Rebased onto current Verified consistency: servers, tools, resources, and prompts tabs all use only the HTMX No security, performance, or logic concerns — pure HTML deletion. |
crivetimihai
left a comment
There was a problem hiding this comment.
Reviewed and approved. Correct, consistent, and minimal fix.
|
Thanks @crivetimihai for the review and the rebase! |
Remove inline placeholder spinner from #agents-table div, keeping only the HTMX #agents-loading indicator. This matches the pattern already used for servers and tools tabs (commit 6b3283e). Fixes #2887. Signed-off-by: Oriol Morros Vilaseca <OM368@student.aru.ac.uk> Signed-off-by: Vishu Bhatnagar <vishu.bhatnagar@ibm.com>
🔗 Related Issue
Closes #2887
📝 Summary
Remove inline placeholder spinner from
#agents-tablediv, keeping only the HTMX#agents-loadingindicator. This matchesthe pattern already used for servers and tools tabs (commit 6b3283e).
🏷️ Type of Change
🧪 Verification
make lintmake testmake coverage✅ Checklist
make black isort pre-commit)📓 Notes (optional)
Single-line HTML removal — no Python code changed, so lint/test/coverage are not affected.