Atualiza portal e admin com bloqueio de máquinas desativadas
This commit is contained in:
parent
e5085962e9
commit
630110bf3a
31 changed files with 1756 additions and 244 deletions
|
|
@ -16,8 +16,12 @@ export default async function Dashboard() {
|
|||
<SiteHeader
|
||||
title="Central de operações"
|
||||
lead="Monitoramento em tempo real"
|
||||
secondaryAction={<SiteHeader.SecondaryButton>Modo play</SiteHeader.SecondaryButton>}
|
||||
primaryAction={<NewTicketDialogDeferred />}
|
||||
primaryAlignment="center"
|
||||
primaryAction={
|
||||
<div className="flex w-full justify-center sm:w-auto">
|
||||
<NewTicketDialogDeferred triggerClassName="w-full max-w-xs text-base sm:w-auto sm:px-6 sm:py-2" />
|
||||
</div>
|
||||
}
|
||||
/>
|
||||
}
|
||||
>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue