mirror of
https://framagit.org/framasoft/framaspace/argos.git
synced 2025-04-28 18:02:41 +02:00
💄 — Add link to dashboard on logo and title
This commit is contained in:
parent
b2e97138b3
commit
0f844cee70
1 changed files with 13 additions and 11 deletions
|
@ -19,6 +19,7 @@
|
|||
<body>
|
||||
<header class="container">
|
||||
<nav>
|
||||
<a href="{{ url_for('get_severity_counts_view') }}">
|
||||
<ul>
|
||||
<li>
|
||||
<img src="{{ url_for('static', path='/logo-64.png') }}"
|
||||
|
@ -30,6 +31,7 @@
|
|||
<h1 id="title">Argos monitoring</h1>
|
||||
</li>
|
||||
</ul>
|
||||
</a>
|
||||
<ul>
|
||||
<li>
|
||||
<a href="{{ url_for('get_severity_counts_view') }}"
|
||||
|
|
Loading…
Reference in a new issue