Skip to content

Commit

Permalink
add status to Node Alert tab
Browse files Browse the repository at this point in the history
  • Loading branch information
JeanMarcMilletScality committed Jul 2, 2024
1 parent 03bc842 commit cc1b6be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/src/containers/NodePageRSP.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ const NodePageRSP = (props) => {
data-cy="alerts_tab_node_page"
withoutPadding
>
<AlertsTab alerts={alertsNode} />
<AlertsTab alerts={alertsNode} status={alertList.status} />
</Tabs.Tab>
<Tabs.Tab
path={`${url}/metrics`}
Expand Down

0 comments on commit cc1b6be

Please sign in to comment.