💄 — Add link to dashboard on logo and title

This commit is contained in:
Luc Didry 2024-03-27 16:52:24 +01:00
parent b2e97138b3
commit 0f844cee70
No known key found for this signature in database
GPG key ID: EA868E12D0257E3C

View file

@ -19,17 +19,19 @@
<body> <body>
<header class="container"> <header class="container">
<nav> <nav>
<ul> <a href="{{ url_for('get_severity_counts_view') }}">
<li> <ul>
<img src="{{ url_for('static', path='/logo-64.png') }}" <li>
width="64" <img src="{{ url_for('static', path='/logo-64.png') }}"
height="64" width="64"
alt=""> height="64"
</li> alt="">
<li> </li>
<h1 id="title">Argos monitoring</h1> <li>
</li> <h1 id="title">Argos monitoring</h1>
</ul> </li>
</ul>
</a>
<ul> <ul>
<li> <li>
<a href="{{ url_for('get_severity_counts_view') }}" <a href="{{ url_for('get_severity_counts_view') }}"