alert_notifications.html 424 B

1234567891011121314151617181920
  1. <navbar icon="fa fa-fw fa-list" title="Alerting" title-url="alerting">
  2. </navbar>
  3. <div class="page-container" >
  4. <div class="page-header">
  5. <h1>Alert notifications</h1>
  6. </div>
  7. <table class="grafana-options-table">
  8. <thead>
  9. <th style="min-width: 200px"><strong>Name</strong></th>
  10. </thead>
  11. <tr ng-repeat="notification in ctrl.notifications">
  12. <td class="text-center">
  13. Name
  14. </td>
  15. </tr>
  16. </table>
  17. </div>