Skip to content

Commit

Permalink
Use danger color and exclamation-circle icon for offline topic status (
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeEdgar authored Dec 13, 2023
1 parent 26f0926 commit 4dc8879
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions ui/app/[locale]/kafka/[kafkaId]/topics/(page)/TopicsTable.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ import { useFilterParams } from "@/utils/useFilterParams";
import { Icon, Tooltip } from "@patternfly/react-core";
import {
CheckCircleIcon,
ExclamationCircleIcon,
ExclamationTriangleIcon,
HelpIcon,
} from "@patternfly/react-icons";
Expand Down Expand Up @@ -251,8 +252,8 @@ export function TopicsTable({
),
"Offline": (
<>
<Icon status={"warning"}>
<ExclamationTriangleIcon />
<Icon status={"danger"}>
<ExclamationCircleIcon />
</Icon>
&nbsp;Offline
</>
Expand Down

0 comments on commit 4dc8879

Please sign in to comment.