Change 'SSH Fallback' to 'Proxy (SSH)' in Capabilities column

The "SSH Fallback" label was confusing to users. Changed to "Proxy (SSH)"
to make it clearer that the proxy is using SSH to collect temperature data
from cluster nodes.

This appears in the Capabilities column on Settings → Nodes when:
- Temperature monitoring is enabled
- Socket proxy is not available/healthy
- HTTPS proxy is not available/reachable
This commit is contained in:
rcourtman 2025-11-15 10:50:48 +00:00
parent 639635a84b
commit 068c17aad9

View file

@ -105,7 +105,7 @@ const resolveTemperatureTransport = (
}
return {
label: 'SSH fallback',
label: 'Proxy (SSH)',
badgeClass: 'bg-gray-100 dark:bg-gray-800 text-gray-600 dark:text-gray-300',
};
};