mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
feat(alerting): renames go to dashboard -> edit
This commit is contained in:
parent
bac89775e2
commit
7c5c7c6f32
@ -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">
|
||||||
|
Loading…
Reference in New Issue
Block a user