feat: add component when a table is empty

This commit is contained in:
Sérgio Salgado 2021-02-12 17:45:55 +00:00 committed by Josh Harvey
parent c17ecc770b
commit 48c8d808b0
5 changed files with 71 additions and 3 deletions

View file

@ -107,6 +107,7 @@ const MachineStatus = () => {
data={machines}
Details={InnerMachineDetailsRow}
initialExpanded={expandedIndex}
emptyText="No machines so far"
expandable
/>
</>