refactor: ISO 27001 aus Regulierungen entfernen → ISMS Readiness
ISO 27001 ist kein Gesetz — freiwilliger Standard, kein Normtext ingested. - Modules: ISO 27001 Fallback-Modul entfernt, Filter entfernt - ISMS: Umbenannt zu "ISMS — ISO 27001 Readiness" - ISMS: Hinweis "Basierend auf eigenen Pruefaspekten, kein Normtext" - Sidebar: "ISMS (ISO 27001)" → "ISMS Readiness" - Verbleibende Regulierungen: DSGVO, AI Act, NIS2 (gesetzlich) Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -104,7 +104,6 @@ export default function ModulesPage() {
|
||||
>
|
||||
<option value="gdpr">DSGVO</option>
|
||||
<option value="ai-act">AI Act</option>
|
||||
<option value="iso27001">ISO 27001</option>
|
||||
<option value="nis2">NIS2</option>
|
||||
<option value="custom">Eigene</option>
|
||||
</select>
|
||||
@@ -191,7 +190,7 @@ export default function ModulesPage() {
|
||||
{/* Filter */}
|
||||
<div className="flex items-center gap-2">
|
||||
<span className="text-sm text-gray-500">Filter:</span>
|
||||
{['all', 'active', 'inactive', 'gdpr', 'ai-act', 'iso27001', 'nis2'].map(f => (
|
||||
{['all', 'active', 'inactive', 'gdpr', 'ai-act', 'nis2'].map(f => (
|
||||
<button
|
||||
key={f}
|
||||
onClick={() => setFilter(f)}
|
||||
|
||||
Reference in New Issue
Block a user