feat(ocp): printer cycling backend and frontend done :)
This commit is contained in:
@@ -5,6 +5,7 @@ import {
|
||||
Table,
|
||||
TableBody,
|
||||
TableCell,
|
||||
TableFooter,
|
||||
TableHead,
|
||||
TableHeader,
|
||||
TableRow,
|
||||
@@ -137,6 +138,16 @@ export default function LabelLog() {
|
||||
))}
|
||||
</TableBody>
|
||||
)}
|
||||
|
||||
<TableFooter>
|
||||
{labelData.length === 0 && (
|
||||
<div>
|
||||
<h2 className="text-center text-2xl">
|
||||
No labels have been printed in the last 2 hours
|
||||
</h2>
|
||||
</div>
|
||||
)}
|
||||
</TableFooter>
|
||||
</Table>
|
||||
</LstCard>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user