💄 — 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>
<header class="container">
<nav>
<ul>
<li>
<img src="{{ url_for('static', path='/logo-64.png') }}"
width="64"
height="64"
alt="">
</li>
<li>
<h1 id="title">Argos monitoring</h1>
</li>
</ul>
<a href="{{ url_for('get_severity_counts_view') }}">
<ul>
<li>
<img src="{{ url_for('static', path='/logo-64.png') }}"
width="64"
height="64"
alt="">
</li>
<li>
<h1 id="title">Argos monitoring</h1>
</li>
</ul>
</a>
<ul>
<li>
<a href="{{ url_for('get_severity_counts_view') }}"