From 23a40fd73178a907bf125cceddd265e905c50ee5 Mon Sep 17 00:00:00 2001 From: Cathia Archidoit Date: Fri, 27 Feb 2026 11:19:55 +0100 Subject: [PATCH 1/2] [docs] update theme docs --- .../{theme-desc-3.png => theme-desc-1-colors.png} | Bin .../{theme-desc-1.png => theme-desc-2-colors.png} | Bin .../{theme-desc-2.png => theme-desc-3-colors.png} | Bin docs/docs/administration/parameters.md | 6 +++--- opencti-platform/opencti-front/lang/front/en.json | 2 +- .../private/components/analyses/reports/Root.tsx | 1 - 6 files changed, 4 insertions(+), 5 deletions(-) rename docs/docs/administration/assets/{theme-desc-3.png => theme-desc-1-colors.png} (100%) rename docs/docs/administration/assets/{theme-desc-1.png => theme-desc-2-colors.png} (100%) rename docs/docs/administration/assets/{theme-desc-2.png => theme-desc-3-colors.png} (100%) diff --git a/docs/docs/administration/assets/theme-desc-3.png b/docs/docs/administration/assets/theme-desc-1-colors.png similarity index 100% rename from docs/docs/administration/assets/theme-desc-3.png rename to docs/docs/administration/assets/theme-desc-1-colors.png diff --git a/docs/docs/administration/assets/theme-desc-1.png b/docs/docs/administration/assets/theme-desc-2-colors.png similarity index 100% rename from docs/docs/administration/assets/theme-desc-1.png rename to docs/docs/administration/assets/theme-desc-2-colors.png diff --git a/docs/docs/administration/assets/theme-desc-2.png b/docs/docs/administration/assets/theme-desc-3-colors.png similarity index 100% rename from docs/docs/administration/assets/theme-desc-2.png rename to docs/docs/administration/assets/theme-desc-3-colors.png diff --git a/docs/docs/administration/parameters.md b/docs/docs/administration/parameters.md index 9d19d1438d40..1418f290eb1a 100644 --- a/docs/docs/administration/parameters.md +++ b/docs/docs/administration/parameters.md @@ -97,11 +97,11 @@ Click on the **+** icon and configure your theme properties. | **Logo URL (login)** | Login page logo | Authentication screen | URL or Base64 | -![Theme Colors in Action](assets/theme-desc-2.png) +![Theme Colors: background, paper and primary colors](assets/theme-desc-1-colors.png) -![Theme Colors in Dialog](assets/theme-desc-1.png) +![Theme Colors: secondary and accent colors](assets/theme-desc-2-colors.png) -![Theme Colors in Parameters](assets/theme-desc-3.png) +![Theme Colors: navigation and paper colors, and Logo Url](assets/theme-desc-1-colors.png) #### Login aside customization diff --git a/opencti-platform/opencti-front/lang/front/en.json b/opencti-platform/opencti-front/lang/front/en.json index f91b5a4ddcfe..b1c5d775a7cf 100644 --- a/opencti-platform/opencti-front/lang/front/en.json +++ b/opencti-platform/opencti-front/lang/front/en.json @@ -3609,7 +3609,7 @@ "revoked": "Revoked", "RFI of type \"request access\" are subject to a specific workflow, that you can configure here. Request Access cases have 2 actions, Validate and Decline, that change the status automatically according to your configuration. Only specific groups of users are authorized to validate and decline Request Access cases.": "RFI of type \"request access\" are subject to a specific workflow, that you can configure here. Request Access cases have 2 actions, Validate and Decline, that change the status automatically according to your configuration. Only specific groups of users are authorized to validate and decline Request Access cases.", "Rich editor": "Rich editor", - "Right panel customisation": "Right panel customisation", + "Right panel customisation": "Right panel customization", "Role": "Role", "Roles": "Roles", "roles": "roles", diff --git a/opencti-platform/opencti-front/src/private/components/analyses/reports/Root.tsx b/opencti-platform/opencti-front/src/private/components/analyses/reports/Root.tsx index 479da851d159..e2ab9fbab2e3 100644 --- a/opencti-platform/opencti-front/src/private/components/analyses/reports/Root.tsx +++ b/opencti-platform/opencti-front/src/private/components/analyses/reports/Root.tsx @@ -133,7 +133,6 @@ const RootReport = () => { enableQuickSubscription={true} enableQuickExport={true} enableEnrollPlaybook={true} - enableAskAi={false} overview={isOverview} redirectToContent={true} enableEnricher={true} From 2df690fa9273c79473dfe9cb2e34441107a0f382 Mon Sep 17 00:00:00 2001 From: Cathia Archidoit Date: Fri, 27 Feb 2026 11:23:06 +0100 Subject: [PATCH 2/2] [docs] update theme docs --- .../{theme-desc-1-colors.png => theme-desc-1.png} | Bin .../{theme-desc-2-colors.png => theme-desc-2.png} | Bin .../{theme-desc-3-colors.png => theme-desc-3.png} | Bin docs/docs/administration/parameters.md | 6 +++--- 4 files changed, 3 insertions(+), 3 deletions(-) rename docs/docs/administration/assets/{theme-desc-1-colors.png => theme-desc-1.png} (100%) rename docs/docs/administration/assets/{theme-desc-2-colors.png => theme-desc-2.png} (100%) rename docs/docs/administration/assets/{theme-desc-3-colors.png => theme-desc-3.png} (100%) diff --git a/docs/docs/administration/assets/theme-desc-1-colors.png b/docs/docs/administration/assets/theme-desc-1.png similarity index 100% rename from docs/docs/administration/assets/theme-desc-1-colors.png rename to docs/docs/administration/assets/theme-desc-1.png diff --git a/docs/docs/administration/assets/theme-desc-2-colors.png b/docs/docs/administration/assets/theme-desc-2.png similarity index 100% rename from docs/docs/administration/assets/theme-desc-2-colors.png rename to docs/docs/administration/assets/theme-desc-2.png diff --git a/docs/docs/administration/assets/theme-desc-3-colors.png b/docs/docs/administration/assets/theme-desc-3.png similarity index 100% rename from docs/docs/administration/assets/theme-desc-3-colors.png rename to docs/docs/administration/assets/theme-desc-3.png diff --git a/docs/docs/administration/parameters.md b/docs/docs/administration/parameters.md index 1418f290eb1a..339540eb94d8 100644 --- a/docs/docs/administration/parameters.md +++ b/docs/docs/administration/parameters.md @@ -97,11 +97,11 @@ Click on the **+** icon and configure your theme properties. | **Logo URL (login)** | Login page logo | Authentication screen | URL or Base64 | -![Theme Colors: background, paper and primary colors](assets/theme-desc-1-colors.png) +![Theme Colors: background, paper and primary colors](assets/theme-desc-1.png) -![Theme Colors: secondary and accent colors](assets/theme-desc-2-colors.png) +![Theme Colors: secondary and accent colors](assets/theme-desc-2.png) -![Theme Colors: navigation and paper colors, and Logo Url](assets/theme-desc-1-colors.png) +![Theme Colors: navigation and paper colors, and Logo Url](assets/theme-desc-3.png) #### Login aside customization