Skip to content

Commit

Permalink
ui/doc: change the cluster status icon from question to info
Browse files Browse the repository at this point in the history
We want to keep the consistency of the icon.
since we already have quesion icon in the navbar, it should be better we use another icon.
  • Loading branch information
ChengYanJin committed Jan 8, 2020
1 parent 54ea296 commit 169a223
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/src/containers/ClusterMonitoring.js
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ const ClusterMonitoring = props => {
</TooltipContent>
}
>
<QuestionMarkIcon className="fas fa-question-circle" />
<QuestionMarkIcon className="fas fa-info-circle" />
</Tooltip>
{clusterStatus.isLoading ? <LoaderCoreUI size="small" /> : null}
</LeftClusterStatusContainer>
Expand Down

0 comments on commit 169a223

Please sign in to comment.