Skip to content

Commit

Permalink
fix node table story (#1268)
Browse files Browse the repository at this point in the history
Signed-off-by: hemahg <[email protected]>
  • Loading branch information
hemahg authored Dec 3, 2024
1 parent f4958d7 commit b9ee139
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ const sampleNodesData = [
{
id: 0,
isLeader: true,
status: 'Stable',
status: 'Running',
followers: 10,
leaders: 1,
rack: 'us-east-1',
Expand All @@ -15,7 +15,7 @@ const sampleNodesData = [
{
id: 1,
isLeader: true,
status: 'Stable',
status: 'Running',
followers: 10,
leaders: 1,
rack: 'us-east-2',
Expand Down

0 comments on commit b9ee139

Please sign in to comment.