Explorar el Código

feat(alerting): make alertname link to status page

bergquist hace 9 años
padre
commit
1c082670c4
Se han modificado 1 ficheros con 3 adiciones y 1 borrados
  1. 3 1
      public/app/features/alerts/partials/alerts_page.html

+ 3 - 1
public/app/features/alerts/partials/alerts_page.html

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