refactor: reorganize and enhance cybersecurity components
- Refactored the CybersecurityWizcard component for improved readability and maintainability, including better formatting of code and comments. - Moved the Alertas e Notificações section to a more logical position within the layout, enhancing user experience. - Updated text labels for clarity, changing "Wizcard de Segurança Avançada" to "Segurança Avançada" and "Cibersecurity SGSE" to "Central de segurança cibernética". - Improved the structure of various elements for better alignment and presentation in the UI.
This commit is contained in:
@@ -17,14 +17,14 @@
|
||||
<section class="space-y-8 p-4 lg:p-8">
|
||||
<header class="flex flex-wrap items-center justify-between gap-4">
|
||||
<div>
|
||||
<p class="text-sm font-semibold uppercase tracking-widest text-primary">Cibersecurity • SGSE</p>
|
||||
<h1 class="text-4xl font-black text-base-content">
|
||||
Wizcard de Segurança Avançada
|
||||
</h1>
|
||||
<p class="text-primary text-sm font-semibold tracking-widest uppercase">
|
||||
Cibersecurity • SGSE
|
||||
</p>
|
||||
<h1 class="text-base-content text-4xl font-black">Segurança Avançada</h1>
|
||||
<p class="text-base-content/70 max-w-3xl text-sm">
|
||||
Detecta DDoS, SQLi, ataques avançados e comportamentos anômalos em tempo real.
|
||||
Permite bloquear IPs/portas, gerar relatórios refinados, configurar políticas e
|
||||
manter a operação do SGSE blindada.
|
||||
Detecta DDoS, SQLi, ataques avançados e comportamentos anômalos em tempo real. Permite
|
||||
bloquear IPs/portas, gerar relatórios refinados, configurar políticas e manter a operação do
|
||||
SGSE blindada.
|
||||
</p>
|
||||
</div>
|
||||
<a href={resolve('/ti')} class="btn btn-outline btn-primary">Voltar para TI</a>
|
||||
@@ -38,6 +38,3 @@
|
||||
</div>
|
||||
{/if}
|
||||
</section>
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user