feat(alerting): link to dashboard goes directly to alerting tab
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user