Give logs a title.

This commit is contained in:
Philippe Pittoli 2024-03-03 02:46:48 +01:00
parent b4a68fbaf2
commit 2a75f54a47

View File

@ -232,7 +232,8 @@ render state
Setup -> render_setup
Administration -> render_authd_admin_interface
-- 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 ] ]
]
where