Give logs a title.

dev
Philippe Pittoli 2024-03-03 02:46:48 +01:00
parent b4a68fbaf2
commit 2a75f54a47
1 changed files with 2 additions and 1 deletions

View File

@ -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