File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 10
10
from contentctl .objects .constants import CONTENTCTL_DASHBOARD_LABEL_TEMPLATE
11
11
from contentctl .objects .security_content_object import SecurityContentObject
12
12
13
- DEFAULT_DASHBAORD_JINJA2_TEMPLATE = """<dashboard version="2" theme="{{ dashboard.theme }}">
13
+ DEFAULT_DASHBOARD_JINJA2_TEMPLATE = """<dashboard version="2" theme="{{ dashboard.theme }}">
14
14
<label>{{ dashboard.label(config) }}</label>
15
15
<description></description>
16
16
<definition><![CDATA[
@@ -33,7 +33,7 @@ class DashboardTheme(StrEnum):
33
33
34
34
class Dashboard (SecurityContentObject ):
35
35
j2_template : str = Field (
36
- default = DEFAULT_DASHBAORD_JINJA2_TEMPLATE ,
36
+ default = DEFAULT_DASHBOARD_JINJA2_TEMPLATE ,
37
37
description = "Jinja2 Template used to construct the dashboard" ,
38
38
)
39
39
description : str = Field (
You can’t perform that action at this time.
0 commit comments