Skip to content

Commit 0b16f8d

Browse files
authored
[docs/frontend] Update Theme customization documentation (#14115)
1 parent c6c09ac commit 0b16f8d

File tree

6 files changed

+4
-5
lines changed

6 files changed

+4
-5
lines changed
120 KB
Loading
-7.59 KB
Loading
-113 KB
Loading

docs/docs/administration/parameters.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -97,11 +97,11 @@ Click on the **+** icon and configure your theme properties.
9797
| **Logo URL (login)** | Login page logo | Authentication screen | URL or Base64 |
9898

9999

100-
![Theme Colors in Action](assets/theme-desc-2.png)
100+
![Theme Colors: background, paper and primary colors](assets/theme-desc-1.png)
101101

102-
![Theme Colors in Dialog](assets/theme-desc-1.png)
102+
![Theme Colors: secondary and accent colors](assets/theme-desc-2.png)
103103

104-
![Theme Colors in Parameters](assets/theme-desc-3.png)
104+
![Theme Colors: navigation and paper colors, and Logo Url](assets/theme-desc-3.png)
105105

106106
#### Login aside customization
107107

opencti-platform/opencti-front/lang/front/en.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3609,7 +3609,7 @@
36093609
"revoked": "Revoked",
36103610
"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.",
36113611
"Rich editor": "Rich editor",
3612-
"Right panel customisation": "Right panel customisation",
3612+
"Right panel customisation": "Right panel customization",
36133613
"Role": "Role",
36143614
"Roles": "Roles",
36153615
"roles": "roles",

opencti-platform/opencti-front/src/private/components/analyses/reports/Root.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,6 @@ const RootReport = () => {
133133
enableQuickSubscription={true}
134134
enableQuickExport={true}
135135
enableEnrollPlaybook={true}
136-
enableAskAi={false}
137136
overview={isOverview}
138137
redirectToContent={true}
139138
enableEnricher={true}

0 commit comments

Comments
 (0)