Skip to content

Commit

Permalink
Update design of warning status in rule details page (elastic#173090)
Browse files Browse the repository at this point in the history
Resolves elastic#172768

### After update
<img width="492" alt="Screenshot 2023-12-11 at 23 17 26"
src="https://github.com/elastic/kibana/assets/69037875/0a99a549-5dc2-4b5b-bbb9-ec310e049a75">

---------

Co-authored-by: Kibana Machine <[email protected]>
  • Loading branch information
benakansara and kibanamachine authored Dec 12, 2023
1 parent 9f4c220 commit 48875f9
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ export function getHealthColor(status: RuleExecutionStatuses) {
return 'primary';
case 'pending':
return 'accent';
case 'warning':
return 'warning';
default:
return 'subdued';
}
Expand Down

0 comments on commit 48875f9

Please sign in to comment.