Skip to content

Commit

Permalink
Use warning icon instead of error for invalid cluster
Browse files Browse the repository at this point in the history
Signed-off-by: azerr <[email protected]>
  • Loading branch information
angelozerr authored and fbricon committed May 15, 2021
1 parent edd4597 commit 632c49f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ export class KafkaFileCodeLenses {
case ClientState.connected:
return `$(eye) `;
case ClientState.invalid:
return `$(error) `;
return `$(warning) `;
default:
return '';
}
Expand Down

0 comments on commit 632c49f

Please sign in to comment.