Give logs a title.
parent
b4a68fbaf2
commit
2a75f54a47
|
@ -232,7 +232,8 @@ render state
|
||||||
Setup -> render_setup
|
Setup -> render_setup
|
||||||
Administration -> render_authd_admin_interface
|
Administration -> render_authd_admin_interface
|
||||||
-- The footer includes logs and both the WS child components.
|
-- The footer includes logs and both the WS child components.
|
||||||
, Bulma.columns_ [ Bulma.column_ [ render_logs ]
|
, Bulma.hr
|
||||||
|
, Bulma.columns_ [ Bulma.column_ [ Bulma.h3 "Logs (watch this if something fails! 😅)", render_logs ]
|
||||||
, Bulma.column_ [ render_auth_WS, render_dnsmanager_WS ] ]
|
, Bulma.column_ [ render_auth_WS, render_dnsmanager_WS ] ]
|
||||||
]
|
]
|
||||||
where
|
where
|
||||||
|
|
Loading…
Reference in New Issue