File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ class Dashboard(SecurityContentObject):
31
31
j2_template : str = Field (default = DEFAULT_DASHBAORD_JINJA2_TEMPLATE , description = "Jinja2 Template used to construct the dashboard" )
32
32
description : str = Field (...,description = "A description of the dashboard. This does not have to match "
33
33
"the description of the dashboard in the JSON file." , max_length = 10000 )
34
- theme : DashboardTheme = Field (default = DashboardTheme .dark , description = "The theme of the dashboard. Choose between 'light' and 'dark'." )
34
+ theme : DashboardTheme = Field (default = DashboardTheme .light , description = "The theme of the dashboard. Choose between 'light' and 'dark'." )
35
35
json_obj : Json [dict [str ,Any ]] = Field (..., description = "Valid JSON object that describes the dashboard" )
36
36
37
37
You can’t perform that action at this time.
0 commit comments