fix(alerting): broken link

This commit is contained in:
bergquist 2016-06-16 16:06:40 +02:00
parent b907ce341c
commit f3009dc23b

View File

@ -18,7 +18,7 @@
</thead>
<tr ng-repeat="notification in ctrl.notifications">
<td>
<a href="alerting/notification{{notification.id}}/edit">
<a href="alerting/notification/{{notification.id}}/edit">
{{notification.name}}
</a>
</td>