Skip to content
This repository was archived by the owner on Dec 5, 2025. It is now read-only.

Commit cc82d37

Browse files
committed
[client] fix settings fragment
1 parent d46072b commit cc82d37

File tree

1 file changed

+17
-4
lines changed

1 file changed

+17
-4
lines changed

pycti/entities/opencti_settings.py

Lines changed: 17 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,23 @@ def __init__(self, opencti):
4040
status, message
4141
}
4242
platform_theme {
43-
id, name, built_in
43+
id
44+
standard_id
45+
entity_type
46+
parent_types
47+
name
48+
theme_background
49+
theme_paper
50+
theme_nav
51+
theme_primary
52+
theme_secondary
53+
theme_accent:
54+
theme_logo
55+
theme_logo_collapsed
56+
theme_logo_login
57+
theme_text_color
58+
toConfigurationExport
59+
built_in
4460
}
4561
platform_map_tile_server_dark
4662
platform_map_tile_server_light
@@ -157,9 +173,6 @@ def __init__(self, opencti):
157173
platform_favicon
158174
platform_email
159175
platform_language
160-
platform_theme {
161-
id, name, built_in
162-
}
163176
platform_login_message
164177
platform_consent_message
165178
platform_consent_confirm_text

0 commit comments

Comments
 (0)