activity: basic webhook alerts for automation failures
This commit is contained in:
parent
eb372bec59
commit
ac4f9b4942
12 changed files with 300 additions and 3 deletions
|
@ -44,4 +44,21 @@
|
|||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="row mt-4">
|
||||
<div class="col">
|
||||
<div class="card h-100">
|
||||
<h3 class="h4 card-header">Activity</h3>
|
||||
<div class="card-body">
|
||||
<table class="table table-striped">
|
||||
{% for a in activity %}
|
||||
<tr>
|
||||
<td>{{ a.text }}</td>
|
||||
<td>{{ a.added | format_datetime }}</td>
|
||||
</tr>
|
||||
{% endfor %}
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
{% endblock %}
|
Loading…
Add table
Add a link
Reference in a new issue