mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
dashboards: fix links to recently viewed and starred dashboards
Use new property url from dashboard search for linking to dashboards #7883
This commit is contained in:
parent
f2014223b4
commit
7734df1d18
@ -4,7 +4,7 @@
|
|||||||
{{group.header}}
|
{{group.header}}
|
||||||
</h6>
|
</h6>
|
||||||
<div class="dashlist-item" ng-repeat="dash in group.list">
|
<div class="dashlist-item" ng-repeat="dash in group.list">
|
||||||
<a class="dashlist-link dashlist-link-{{dash.type}}" href="dashboard/{{dash.uri}}">
|
<a class="dashlist-link dashlist-link-{{dash.type}}" href="{{dash.url}}">
|
||||||
<span class="dashlist-title">
|
<span class="dashlist-title">
|
||||||
{{dash.title}}
|
{{dash.title}}
|
||||||
</span>
|
</span>
|
||||||
|
Loading…
Reference in New Issue
Block a user