moving alerts to main menus
This commit is contained in:
@@ -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>
|
||||||
|
|||||||
@@ -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>
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -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> Histogram
|
<i class="fas fa-chart-bar fa-fw"></i> Histogram
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
|
<li>
|
||||||
|
<a href="/rowers/alerts/">
|
||||||
|
<i class="fas fa-bell fa-fw"></i> Alerts
|
||||||
|
</a>
|
||||||
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
|
|||||||
BIN
static/img/alert.png
Normal file
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
BIN
static/img/alert2.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 25 KiB |
Reference in New Issue
Block a user