feat(alerting): renames go to dashboard -> edit

This commit is contained in:
bergquist 2016-05-02 18:02:33 +02:00
parent bac89775e2
commit 7c5c7c6f32

View File

@ -6,12 +6,12 @@
<h1>Alerts</h1> <h1>Alerts</h1>
</div> </div>
<table class="filter-table"> <table class="grafana-options-table">
<thead> <thead>
<th><strong>Name</strong></th> <th style="min-width: 200px"><strong>Name</strong></th>
<th style="width: 49px">State</th> <th style="width: 1%">State</th>
<th style="width: 122px"></th> <th style="width: 1%"></th>
<th style="width: 28px"></th> <th style="width: 1%"></th>
</thead> </thead>
<tr ng-repeat="alert in ctrl.alerts"> <tr ng-repeat="alert in ctrl.alerts">
<td> <td>
@ -24,7 +24,8 @@
</td> </td>
<td class="text-center"> <td class="text-center">
<a href="/dashboard/{{alert.dashboardUri}}?panelId={{alert.panelId}}&fullscreen&edit" class="btn btn-inverse btn-small"> <a href="/dashboard/{{alert.dashboardUri}}?panelId={{alert.panelId}}&fullscreen&edit" class="btn btn-inverse btn-small">
Go to dashboard <i class="fa fa-edit"></i>
edit
</a> </a>
</td> </td>
<td class="text-right"> <td class="text-right">