feat(alerting): link to dashboard goes directly to alerting tab

This commit is contained in:
bergquist 2016-05-19 08:13:20 +02:00
parent ef4f5147be
commit a379b0057a

View File

@ -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>