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