Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 42e4aa8

Browse files
authoredFeb 28, 2025··
fix
1 parent 88c3d82 commit 42e4aa8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎App/Converters/AgentStatusToColorConverter.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ public object Convert(object value, Type targetType, object parameter, string la
2020
return status switch
2121
{
2222
AgentConnectionStatus.Green => Green,
23-
AgentConnectionStatus.Red => Red,
2423
AgentConnectionStatus.Yellow => Yellow,
24+
AgentConnectionStatus.Red => Red,
2525
_ => Gray,
2626
};
2727
}

0 commit comments

Comments
 (0)
Please sign in to comment.