Skip to content

Commit

Permalink
fix(data-table): icon-indicator story wc
Browse files Browse the repository at this point in the history
  • Loading branch information
ariellalgilmore committed Jan 6, 2025
1 parent c480615 commit 2951971
Showing 1 changed file with 12 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,9 @@ export const Default = {
<cds-table-cell>Round robin</cds-table-cell>
<cds-table-cell>Kevin's VM Groups</cds-table-cell>
<cds-table-cell>
<cds-icon-indicator kind="error" label="Error"></cds-icon-indicator>
<cds-icon-indicator
kind="failed"
label="Failed"></cds-icon-indicator>
</cds-table-cell>
</cds-table-row>
<cds-table-row selection-name="1">
Expand Down Expand Up @@ -222,7 +224,9 @@ export const Default = {
<cds-table-cell>Round robin</cds-table-cell>
<cds-table-cell>Marc's VM Groups</cds-table-cell>
<cds-table-cell
><cds-icon-indicator kind="error" label="Error"></cds-icon-indicator
><cds-icon-indicator
kind="failed"
label="Failed"></cds-icon-indicator
></cds-table-cell>
</cds-table-row>
<cds-table-row selection-name="4">
Expand Down Expand Up @@ -325,7 +329,9 @@ export const Playground = {
<cds-table-cell>Round robin</cds-table-cell>
<cds-table-cell>Kevin's VM Groups</cds-table-cell>
<cds-table-cell
><cds-icon-indicator kind="error" label="Error"></cds-icon-indicator
><cds-icon-indicator
kind="failed"
label="Failed"></cds-icon-indicator
></cds-table-cell>
</cds-table-row>
<cds-table-expanded-row>
Expand Down Expand Up @@ -371,7 +377,9 @@ export const Playground = {
<cds-table-cell>Round robin</cds-table-cell>
<cds-table-cell>Marc's VM Groups</cds-table-cell>
<cds-table-cell
><cds-icon-indicator kind="error" label="Error"></cds-icon-indicator
><cds-icon-indicator
kind="failed"
label="Failed"></cds-icon-indicator
></cds-table-cell>
</cds-table-row>
<cds-table-expanded-row>
Expand Down

0 comments on commit 2951971

Please sign in to comment.