|
@@ -11,7 +11,6 @@
|
|
|
<th style="min-width: 200px"><strong>Name</strong></th>
|
|
<th style="min-width: 200px"><strong>Name</strong></th>
|
|
|
<th style="width: 1%">State</th>
|
|
<th style="width: 1%">State</th>
|
|
|
<th style="width: 1%"></th>
|
|
<th style="width: 1%"></th>
|
|
|
- <th style="width: 1%"></th>
|
|
|
|
|
</thead>
|
|
</thead>
|
|
|
<tr ng-repeat="alert in ctrl.alerts">
|
|
<tr ng-repeat="alert in ctrl.alerts">
|
|
|
<td>
|
|
<td>
|
|
@@ -30,11 +29,6 @@
|
|
|
edit
|
|
edit
|
|
|
</a>
|
|
</a>
|
|
|
</td>
|
|
</td>
|
|
|
- <td class="text-right">
|
|
|
|
|
- <a ng-click="ctrl.deleteAlert(alert)" class="btn btn-danger btn-small">
|
|
|
|
|
- <i class="fa fa-remove"></i>
|
|
|
|
|
- </a>
|
|
|
|
|
- </td>
|
|
|
|
|
</tr>
|
|
</tr>
|
|
|
</table>
|
|
</table>
|
|
|
</div>
|
|
</div>
|