Skip to content

Commit

Permalink
fixup! frontend: Add story for MainInfoSection
Browse files Browse the repository at this point in the history
  • Loading branch information
sniok committed Jun 18, 2024
1 parent 710d2d1 commit 4c5dc87
Show file tree
Hide file tree
Showing 30 changed files with 4,513 additions and 308 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -223,17 +223,108 @@
class="MuiBox-root css-1txv3mw"
>
<div
class="MuiPaper-root MuiPaper-outlined MuiPaper-rounded css-172kgz0-MuiPaper-root"
class="MuiPaper-root MuiPaper-outlined MuiPaper-rounded MuiTableContainer-root css-1msda30-MuiPaper-root-MuiTableContainer-root"
>
<div
class="MuiBox-root css-19midj6"
<table
class="MuiTable-root css-vd1o8p-MuiTable-root"
>
<p
class="MuiTypography-root MuiTypography-body1 MuiTypography-alignCenter css-18lkse1-MuiTypography-root"
<thead
class="MuiTableHead-root css-15wwp11-MuiTableHead-root"
>
No data to be shown.
</p>
</div>
<tr
class="MuiTableRow-root MuiTableRow-head css-73w7uv-MuiTableRow-root"
>
<th
class="MuiTableCell-root MuiTableCell-head MuiTableCell-sizeSmall css-t33dlg-MuiTableCell-root"
scope="col"
>
Type
</th>
<th
class="MuiTableCell-root MuiTableCell-head MuiTableCell-sizeSmall css-t33dlg-MuiTableCell-root"
scope="col"
>
Reason
</th>
<th
class="MuiTableCell-root MuiTableCell-head MuiTableCell-sizeSmall css-t33dlg-MuiTableCell-root"
scope="col"
>
From
</th>
<th
class="MuiTableCell-root MuiTableCell-head MuiTableCell-sizeSmall css-t33dlg-MuiTableCell-root"
scope="col"
>
Message
</th>
<th
class="MuiTableCell-root MuiTableCell-head MuiTableCell-sizeSmall css-ojhczg-MuiTableCell-root"
scope="col"
>
Age
<button
aria-label="sort swap"
class="MuiButtonBase-root MuiIconButton-root MuiIconButton-sizeSmall css-hvz71z-MuiButtonBase-root-MuiIconButton-root"
tabindex="0"
type="button"
>
<span
class="MuiTouchRipple-root css-8je8zh-MuiTouchRipple-root"
/>
</button>
</th>
</tr>
</thead>
<tbody
class="MuiTableBody-root css-apqrd9-MuiTableBody-root"
>
<tr
class="MuiTableRow-root css-73w7uv-MuiTableRow-root"
>
<td
class="MuiTableCell-root MuiTableCell-body MuiTableCell-sizeSmall css-1k1onho-MuiTableCell-root"
>
Normal
</td>
<td
class="MuiTableCell-root MuiTableCell-body MuiTableCell-sizeSmall css-1k1onho-MuiTableCell-root"
>
Created
</td>
<td
class="MuiTableCell-root MuiTableCell-body MuiTableCell-sizeSmall css-1k1onho-MuiTableCell-root"
>
kubelet
</td>
<td
class="MuiTableCell-root MuiTableCell-body MuiTableCell-sizeSmall css-1k1onho-MuiTableCell-root"
>
<div
class="MuiBox-root css-k008qs"
>
<label
id=""
style="word-break: break-all; white-space: normal;"
>
Created
</label>
</div>
</td>
<td
class="MuiTableCell-root MuiTableCell-body MuiTableCell-sizeSmall css-1k1onho-MuiTableCell-root"
>
<p
aria-label="2021-03-01T00:00:00.000Z"
class="MuiTypography-root MuiTypography-body1 css-1d0cpfm-MuiTypography-root"
data-mui-internal-clone-element="true"
>
3mo
</p>
</td>
</tr>
</tbody>
</table>
</div>
</div>
</div>
Expand Down
Loading

0 comments on commit 4c5dc87

Please sign in to comment.