Skip to content

Commit

Permalink
chore: fix broker server online icon for better distinction to contra…
Browse files Browse the repository at this point in the history
…ct negotiations
  • Loading branch information
richardtreier committed Jul 12, 2023
1 parent 446eaf0 commit 22fbd3d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ export function getOnlineStatusColor(status: ConnectorOnlineStatus): string {
export function getOnlineStatusIcon(status: ConnectorOnlineStatus): string {
switch (status) {
case 'ONLINE':
return 'check_circle';
return 'cloud_done';
case 'OFFLINE':
return 'pause_circle';
case 'DEAD':
Expand Down

0 comments on commit 22fbd3d

Please sign in to comment.