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:
Marcus Efraimsson 2018-01-31 00:48:36 +01:00
parent f2014223b4
commit 7734df1d18

View File

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