feat: OCI Services page, compliance report v3, DOCX with camo strip, timezone per-user

- New OCI Services page with Service Status (auto-detect + overrides) and OCI Health (real-time Oracle status) tabs
- Compliance report: OCI Services section with Cloud Guard recommendations table, back page with Connect with us
- DOCX generation: professional styling with Pillow camouflage strip, green header tables, result boxes
- Separate Download DOCX button in reports page
- Timezone now per-user (not global) — each user configures their own timezone
- ADB connection pre-check before report generation (fail fast 503)
- Compliance report iframe shows friendly HTML instead of JSON 404 during generation
- OCI Health dashboard: proxies ocistatus.oraclecloud.com with search, geo filters, expandable region cards
This commit is contained in:
nogueiraguh
2026-03-29 00:43:20 -03:00
parent 937d0c8318
commit 35a2bf786b
14 changed files with 2134 additions and 75 deletions

View File

@@ -7,6 +7,12 @@ const pt: Record<string, string> = {
'nav.promptGen': 'Prompt Generator',
'nav.workspaces': 'Workspaces',
'nav.explorer': 'OCI Explorer',
'nav.ociServices': 'OCI Services',
'svc.title': 'OCI Services Status',
'svc.subtitle': 'Verifique e configure o status dos servicos de seguranca OCI por tenancy',
'svc.redetect': 'Re-detect',
'svc.checking': 'Verificando servicos OCI...',
'svc.save': 'Salvar',
'nav.reports': 'Relatórios',
'nav.ociCreds': 'Credenciais OCI',
'nav.genai': 'GenAI Config',
@@ -706,6 +712,7 @@ const pt: Record<string, string> = {
'usr.errorUpdateRole': 'Erro ao atualizar role',
'usr.errorDeactivate': 'Erro ao desativar usuario',
'usr.mfaSelfOnly': 'MFA so pode ser ativado pelo proprio usuario.',
'usr.myTimezone': 'Meu Timezone',
'ws.typeDestroyLabel': 'Digite <strong>DESTROY</strong> para confirmar:',