Jelajahi Sumber

fix(alerting): broken link

bergquist 9 tahun lalu
induk
melakukan
f3009dc23b

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