ui: grey out other upgrade arrows while host update runs (0.4.0)

Show inactive grey arrows on other hosts during a single remote agent update; bump SAC to 0.4.0.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
PTah
2026-06-24 15:44:31 +10:00
parent 9053ef0588
commit bda02f67eb
4 changed files with 35 additions and 9 deletions
+1
View File
@@ -72,6 +72,7 @@
:host="h"
:git="data"
:updating="upgradingHostId === h.id"
:upgrade-blocked="upgradingHostId != null && upgradingHostId !== h.id"
:outdated-highlight="isVersionOutdated(h)"
@upgrade="startAgentUpgrade(h)"
/>