mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
feat(alerting): link to dashboard goes directly to alerting tab
This commit is contained in:
parent
ef4f5147be
commit
a379b0057a
@ -30,7 +30,7 @@
|
||||
</a>
|
||||
</td>
|
||||
<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&editorTab=Alerting" class="btn btn-inverse btn-small">
|
||||
<i class="fa fa-edit"></i>
|
||||
edit
|
||||
</a>
|
||||
|
Loading…
Reference in New Issue
Block a user