|
|
|
|
@ -253,7 +253,7 @@ function App() { |
|
|
|
|
<main className="grid grid-cols-2 gap-2 p-2"> |
|
|
|
|
<div className="grid grid-rows-2 gap-2"> |
|
|
|
|
<section> |
|
|
|
|
<h1>config</h1> |
|
|
|
|
<h1>⛔config</h1> |
|
|
|
|
<button className="!w-auto self-start !bg-amber-200" onClick={getPrinters}>refresh printers</button> |
|
|
|
|
<select id="printer-select" value={printer} onChange={(e) => setPrinter(e.target.value)}></select> |
|
|
|
|
{ENABLE_OPTIONS && <> |
|
|
|
|
@ -286,7 +286,7 @@ function App() { |
|
|
|
|
</section> |
|
|
|
|
</div> |
|
|
|
|
<section> |
|
|
|
|
<h1>status</h1> |
|
|
|
|
<h1>🔥status🔥</h1> |
|
|
|
|
<div className="border flex-1 p-2 overflow-y-auto overflow-x-hidden text-sm break-all flex flex-col gap-1"> |
|
|
|
|
{prints.length > 0 ? ( |
|
|
|
|
prints.map((print) => ( |
|
|
|
|
|