You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 13, 2019. It is now read-only.
Hello,
great plugin! Is it possible to show the dashboard title from an annotation as tooltip? I changed the module.html file but i didn't get the title of the dashboard.
Hello,
great plugin! Is it possible to show the dashboard title from an annotation as tooltip? I changed the module.html file but i didn't get the title of the dashboard.
<div class="dashlist-item" ng-repeat="anno in ctrl.found"> <a class="dashlist-link dashlist-link-{{anno.type}}" ng-click="ctrl.selectAnno(anno, $event);" bs-tooltip="'DashboardId:<br/> {{anno.dashboardId}}'"> <!-- href="#"> --> <span class="dashlist-title"> {{anno.text}} </span>
The text was updated successfully, but these errors were encountered: