Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file modified docs/docs/administration/assets/theme-desc-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/docs/administration/assets/theme-desc-2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/docs/administration/assets/theme-desc-3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 3 additions & 3 deletions docs/docs/administration/parameters.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion opencti-platform/opencti-front/lang/front/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,6 @@ const RootReport = () => {
enableQuickSubscription={true}
enableQuickExport={true}
enableEnrollPlaybook={true}
enableAskAi={false}
overview={isOverview}
redirectToContent={true}
enableEnricher={true}
Expand Down