| 1234567891011121314151617181920 |
- <navbar icon="fa fa-fw fa-list" title="Alerting" title-url="alerting">
- </navbar>
- <div class="page-container" >
- <div class="page-header">
- <h1>Alert notifications</h1>
- </div>
- <table class="grafana-options-table">
- <thead>
- <th style="min-width: 200px"><strong>Name</strong></th>
- </thead>
- <tr ng-repeat="notification in ctrl.notifications">
- <td class="text-center">
- Name
- </td>
- </tr>
- </table>
- </div>
|