diff --git a/docs/docs/administration/assets/theme-desc-1.png b/docs/docs/administration/assets/theme-desc-1.png index 1ea957e39d70..565986dfbaf8 100644 Binary files a/docs/docs/administration/assets/theme-desc-1.png and b/docs/docs/administration/assets/theme-desc-1.png differ diff --git a/docs/docs/administration/assets/theme-desc-2.png b/docs/docs/administration/assets/theme-desc-2.png index e45c4226cfe8..1ea957e39d70 100644 Binary files a/docs/docs/administration/assets/theme-desc-2.png and b/docs/docs/administration/assets/theme-desc-2.png differ diff --git a/docs/docs/administration/assets/theme-desc-3.png b/docs/docs/administration/assets/theme-desc-3.png index 565986dfbaf8..e45c4226cfe8 100644 Binary files a/docs/docs/administration/assets/theme-desc-3.png and b/docs/docs/administration/assets/theme-desc-3.png differ diff --git a/docs/docs/administration/parameters.md b/docs/docs/administration/parameters.md index 9d19d1438d40..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 in Action](assets/theme-desc-2.png) +![Theme Colors: background, paper and primary colors](assets/theme-desc-1.png) -![Theme Colors in Dialog](assets/theme-desc-1.png) +![Theme Colors: secondary and accent colors](assets/theme-desc-2.png) -![Theme Colors in Parameters](assets/theme-desc-3.png) +![Theme Colors: navigation and paper colors, and Logo Url](assets/theme-desc-3.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}