fix: Word and colour Windows workloads correctly across the UI
Server Deploy / deploy (push) Canceled after 0s
Chart Release / chart (push) Canceled after 0s
Agent Release / build (push) Successful in 14m1s
Agent Release / msi (push) Successful in 1m22s

This commit is contained in:
2026-08-13 12:57:37 +00:00
parent ddf0814803
commit a0fbf5b9ba
10 changed files with 65 additions and 21 deletions
@@ -82,7 +82,7 @@ export function MaintenanceTab({
<span className="font-mono text-xs text-text-secondary">{u.current_version || "n/a"}</span>
</Td>
<Td label={isWindows ? "KB" : "Available"}>
<span className="font-mono text-xs text-success">{u.new_version}</span>
<span className="font-mono text-xs text-success">{u.new_version || "n/a"}</span>
</Td>
</Tr>
))}