diff --git a/web/app/(app)/servers/[id]/page.tsx b/web/app/(app)/servers/[id]/page.tsx index 01e233c..b7cf12c 100644 --- a/web/app/(app)/servers/[id]/page.tsx +++ b/web/app/(app)/servers/[id]/page.tsx @@ -301,7 +301,9 @@ export default function ServerDetailPage() {
No pending package updates. The agent checks hourly.
++ {isWindows ? "No pending Windows updates. The agent checks hourly." : "No pending package updates. The agent checks hourly."} +
) : ( <> {/* Capped so a host with 400 pending packages does not make the @@ -60,9 +67,9 @@ export function MaintenanceTab({| Package | +{isWindows ? "Update" : "Package"} | Current | -Available | +{isWindows ? "KB" : "Available"} |
|---|