Private
Public Access
1
0

moving alerts to main menus

This commit is contained in:
Sander Roosendaal
2019-09-22 09:33:10 +02:00
parent 9aa4d02628
commit 37000d1d50
5 changed files with 18 additions and 2 deletions

View File

@@ -22,7 +22,6 @@
<h2>{{ alert.name }}</h2> <h2>{{ alert.name }}</h2>
<p>{{ alert }}</p> <p>{{ alert }}</p>
<p>{{ alert.description }}</p> <p>{{ alert.description }}</p>
<p>This is a page under construction. Currently with minimal information</p>
</li> </li>
<li class="rounder"> <li class="rounder">
<h2>Score</h2> <h2>Score</h2>

View File

@@ -131,6 +131,18 @@
Analyse power vs piece duration to make predictions, for erg pieces. Analyse power vs piece duration to make predictions, for erg pieces.
</p> </p>
</li> </li>
<li class="rounder">
<h2>Alerts</h2>
<a href="/rowers/alerts/">
<div class="vignet">
<img src="/static/img/alert2.png" alt="Alerts">
</div>
</a>
<p>
Need to monitor a metric? Set up automatic alerting and see the reports for your workouts.
</p>
</li>
</ul> </ul>

View File

@@ -64,9 +64,14 @@
</li> </li>
<li id="stats-histo"> <li id="stats-histo">
<a href="/rowers/user-analysis-select/histo/"> <a href="/rowers/user-analysis-select/histo/">
<i class="fas fa-chart-bar"></i>&nbsp;Histogram <i class="fas fa-chart-bar fa-fw"></i>&nbsp;Histogram
</a> </a>
</li> </li>
<li>
<a href="/rowers/alerts/">
<i class="fas fa-bell fa-fw"></i>&nbsp;Alerts
</a>
</li>
</ul> </ul>
</li> </li>
<li> <li>

BIN
static/img/alert.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.6 KiB

BIN
static/img/alert2.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 25 KiB