You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
,FormExtra.mdAfter (gettext "Short name of the DSW instance (displayed, for example, on top of the navigation bar). Short title can be the same as the application title if it is short enough." appState.locale)
80
+
]
81
+
, div [ class "col-4"]
82
+
[ img [ class "settings-img", src "/wizard/img/settings/app-title-short.png"][]
,FormExtra.mdAfter (gettext "Short name of the DSW instance (displayed, for example, on top of the navigation bar). Short title can be the same as the application title if it is short enough." appState.locale)
74
-
]
75
-
, div [ class "col-4"]
76
-
[ img [ class "settings-img", src "/wizard/img/settings/app-title-short.png"][]
77
-
]
78
-
]
79
-
, hr [][]
80
-
, div [ class "input-table mt-5"]
81
-
[ div [ class "row"]
82
-
[ div [ class "col-8"]
83
-
[ label [][ text (gettext "Custom Menu Links" appState.locale)]
84
-
,Markdown.toHtml [ class "form-text text-muted"]
85
-
(String.format
86
-
(gettext "Configure additional links in the menu. Choose any free icon from the [Font Awesome](%s), e.g. *fas fa-magic*. Check *New window* if you want to open the link in a new window." appState.locale)
87
-
[FontAwesome.fontAwesomeLink ]
88
-
)
89
-
]
90
-
, div [ class "col-4"]
91
-
[ img [ class "settings-img", src "/wizard/img/settings/custom-menu-links.png"][]]
[ label [][ text (gettext "Custom Menu Links" appState.locale)]
100
+
,Markdown.toHtml [ class "form-text text-muted"]
101
+
(String.format
102
+
(gettext "Configure additional links in the menu. Choose any free icon from the [Font Awesome](%s), e.g. *fas fa-magic*. Check *New window* if you want to open the link in a new window." appState.locale)
103
+
[FontAwesome.fontAwesomeLink ]
104
+
)
105
+
]
106
+
, div [ class "col-4"]
107
+
[ img [ class "settings-img", src "/wizard/img/settings/custom-menu-links.png"][]]
0 commit comments