feat: improve custom fields admin and date filters
This commit is contained in:
parent
11a4b903c4
commit
b721348e19
14 changed files with 491 additions and 205 deletions
|
|
@ -283,8 +283,8 @@ export function MachineCategoryReport() {
|
|||
</CardDescription>
|
||||
</CardHeader>
|
||||
<CardContent>
|
||||
<div className="grid gap-3 md:grid-cols-3">
|
||||
<div className="space-y-1">
|
||||
<div className="grid gap-4 md:grid-cols-3">
|
||||
<div className="space-y-3">
|
||||
<span className="text-xs font-semibold uppercase tracking-wide text-neutral-500">
|
||||
Máquina
|
||||
</span>
|
||||
|
|
@ -296,7 +296,7 @@ export function MachineCategoryReport() {
|
|||
triggerClassName="h-10 w-full rounded-2xl border border-slate-300 bg-white px-3 text-sm font-medium text-neutral-800"
|
||||
/>
|
||||
</div>
|
||||
<div className="space-y-1">
|
||||
<div className="space-y-3">
|
||||
<span className="text-xs font-semibold uppercase tracking-wide text-neutral-500">
|
||||
Usuário (solicitante)
|
||||
</span>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue