transfer stacked bart chart from overview block

This commit is contained in:
smanylov
2025-12-28 11:34:22 +07:00
parent bd2ec273a9
commit 6d9313cbb8
7 changed files with 244 additions and 154 deletions
+8 -1
View File
@@ -39,7 +39,7 @@ export default function ProtectionOverview() {
<div className="protection-stat-label">{t('total-files')}</div>
</div>
<div className="protection-stat total-checks">
{/* <div className="protection-stat total-checks">
<div className="protection-stat-row">
<div className="protection-stat-value">0</div>
<div className="protection-stat-label">{t('check')}</div>
@@ -48,6 +48,13 @@ export default function ProtectionOverview() {
<div className="protection-stat-value">0</div>
<div className="protection-stat-label">{t('violations')}</div>
</div>
</div> */}
<div className="protection-stat total-checks">
<div className="protection-stat-value">0</div>
<div className="protection-stat-label">{t('check')}</div>
<div className="protection-stat-value">0</div>
<div className="protection-stat-label">{t('violations')}</div>
</div>
</>
) : (