feat: update ESLint and TypeScript configurations across frontend and backend; enhance component structure and improve data handling in various modules
This commit is contained in:
@@ -1618,7 +1618,9 @@
|
||||
</div>
|
||||
<div class="stat-desc mt-2">
|
||||
<div
|
||||
class="badge {metrics.movementDetected ? 'badge-success' : 'badge-warning'} badge-sm"
|
||||
class="badge {metrics.movementDetected
|
||||
? 'badge-success'
|
||||
: 'badge-warning'} badge-sm"
|
||||
>
|
||||
{metrics.movementDetected ? 'Ativo' : 'Inativo'}
|
||||
</div>
|
||||
@@ -1810,7 +1812,8 @@
|
||||
</svg>
|
||||
<div>
|
||||
<h3 class="font-bold">
|
||||
Monitoramento Ativo (Modo Local) - Métricas Técnicas + GPS + Sensores + 4 Gráficos Interativos
|
||||
Monitoramento Ativo (Modo Local) - Métricas Técnicas + GPS + Sensores + 4 Gráficos
|
||||
Interativos
|
||||
</h3>
|
||||
<div class="text-xs">
|
||||
<strong>Sistema:</strong> CPU, RAM, Latência, Storage |
|
||||
|
||||
Reference in New Issue
Block a user