From 3cef21b6dd87a2a4898bbd26142d5c3fc4214719 Mon Sep 17 00:00:00 2001 From: nogueiraguh Date: Thu, 5 Mar 2026 11:29:04 -0300 Subject: [PATCH] feat: add CIS Level description tooltip in Reports form Show dynamic informational text below the CIS Level selector explaining what Level 1 and Level 2 mean, updating as the user changes selection. --- frontend/index.html | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/frontend/index.html b/frontend/index.html index 252ad9b..49a1ff7 100644 --- a/frontend/index.html +++ b/frontend/index.html @@ -446,7 +446,10 @@ ${ociDdItems||'
Nenhu
+ +
+${S.rptLevel===1?'Level 1 — Controles essenciais de segurança com impacto mínimo nas operações. Recomendado como baseline para todas as organizações.':'Level 2 — Controles avançados que podem restringir funcionalidades ou exigir mais esforço. Recomendado para ambientes de alta segurança.'} +
${S.rptSelRegions.length?selTags:'Todas as regiões'}