feat(alerting): make alertname link to status page

This commit is contained in:
bergquist
2016-05-02 18:06:17 +02:00
parent 7c5c7c6f32
commit 1c082670c4
@@ -15,7 +15,9 @@
</thead>
<tr ng-repeat="alert in ctrl.alerts">
<td>
{{alert.title}}
<a href="/alerts/events/{{alert.id}}">
{{alert.title}}
</a>
</td>
<td class="text-center">
<a href="/alerts/events/{{alert.id}}">