mirror of
https://github.com/coder/coder.git
synced 2026-09-24 15:04:27 +08:00
make agent 'connecting' visually different from 'connected' (#3675)
This commit is contained in:
@@ -200,7 +200,7 @@ export const getDisplayAgentStatus = (
|
||||
}
|
||||
case "connecting":
|
||||
return {
|
||||
color: theme.palette.success.main,
|
||||
color: theme.palette.primary.main,
|
||||
status: DisplayAgentStatusLanguage["connecting"],
|
||||
}
|
||||
case "disconnected":
|
||||
|
||||
Reference in New Issue
Block a user