feat: add component when a table is empty
This commit is contained in:
parent
c17ecc770b
commit
48c8d808b0
5 changed files with 71 additions and 3 deletions
|
|
@ -107,6 +107,7 @@ const MachineStatus = () => {
|
|||
data={machines}
|
||||
Details={InnerMachineDetailsRow}
|
||||
initialExpanded={expandedIndex}
|
||||
emptyText="No machines so far"
|
||||
expandable
|
||||
/>
|
||||
</>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue