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,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') }}"
|
||||||
|
|
Loading…
Reference in a new issue