Skip to content

Commit

Permalink
[Fleet]: Unenrolled status label color is not same as available in …
Browse files Browse the repository at this point in the history
…status bar under Agents tab. (#150258)

[Fleet]: Unenrolled status label color is not same as available in
status bar under Agents tab

Resolves #149661

### Loom/Screenshot Demo
* **How to reproduce the issue:**
https://www.loom.com/share/fe09755fd3954bdb974e6523c9bd21de
* **Fix:** https://www.loom.com/share/a73131aa16b949d690cc984418715b52

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
  • Loading branch information
gitstart and kibanamachine authored Feb 7, 2023
1 parent 0156d6f commit 0a9d122
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ const Status = {
</EuiBadge>
),
Unenrolled: (
<EuiBadge color="hollow">
<EuiBadge color={euiVars.euiColorDisabled}>
<FormattedMessage
id="xpack.fleet.agentHealth.unenrolledStatusText"
defaultMessage="Unenrolled"
Expand Down

0 comments on commit 0a9d122

Please sign in to comment.