Refinament 1 #31
@@ -11,7 +11,8 @@
|
||||
| 'monitor'
|
||||
| 'document'
|
||||
| 'teams'
|
||||
| 'userPlus';
|
||||
| 'userPlus'
|
||||
| 'clock';
|
||||
type PaletteKey = 'primary' | 'success' | 'secondary' | 'accent' | 'info' | 'error' | 'warning';
|
||||
|
||||
type TiRouteId =
|
||||
@@ -25,7 +26,9 @@
|
||||
| '/(dashboard)/ti/solicitacoes-acesso'
|
||||
| '/(dashboard)/ti/times'
|
||||
| '/(dashboard)/ti/notificacoes'
|
||||
| '/(dashboard)/ti/monitoramento';
|
||||
| '/(dashboard)/ti/monitoramento'
|
||||
| '/(dashboard)/ti/configuracoes-ponto'
|
||||
| '/(dashboard)/ti/configuracoes-relogio';
|
||||
|
||||
type FeatureCard = {
|
||||
title: string;
|
||||
@@ -192,6 +195,13 @@
|
||||
strokeLinecap: 'round',
|
||||
strokeLinejoin: 'round'
|
||||
}
|
||||
],
|
||||
clock: [
|
||||
{
|
||||
d: 'M12 6v6h4.5m4.5 0a9 9 0 11-18 0 9 9 0 0118 0z',
|
||||
strokeLinecap: 'round',
|
||||
strokeLinejoin: 'round'
|
||||
}
|
||||
]
|
||||
};
|
||||
|
||||
@@ -231,15 +241,6 @@
|
||||
{ label: 'Alertas', variant: 'outline' }
|
||||
]
|
||||
},
|
||||
{
|
||||
title: 'Suporte Técnico',
|
||||
description:
|
||||
'Central de atendimento para resolução de problemas técnicos e dúvidas sobre o sistema.',
|
||||
ctaLabel: 'Em breve',
|
||||
palette: 'info',
|
||||
icon: 'support',
|
||||
disabled: true
|
||||
},
|
||||
{
|
||||
title: 'Gerenciar Permissões',
|
||||
description:
|
||||
|
||||
Reference in New Issue
Block a user