Selaa lähdekoodia

fix(alerting): broken link

bergquist 9 vuotta sitten
vanhempi
commit
f3009dc23b
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      public/app/features/alerting/partials/notifications_list.html

+ 1 - 1
public/app/features/alerting/partials/notifications_list.html

@@ -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>