diff --git a/beat/web/reports/static/reports/app/directives/panelExperiments.js b/beat/web/reports/static/reports/app/directives/panelExperiments.js index 3a1b1e8f1b385b128d66645affad01ff5da898e7..59d0e7bc3a4b362e6166edb8ea5549f78deacc52 100644 --- a/beat/web/reports/static/reports/app/directives/panelExperiments.js +++ b/beat/web/reports/static/reports/app/directives/panelExperiments.js @@ -115,7 +115,7 @@ angular.module('reportApp').directive("groupPanelExperiments", ['GroupsService', <i style='margin-left: 5px;' ng-if='group.analyzer.length > 0'> Analyzer: <a ng-if='analyzerIsAccessible()' href='{{ getBlockUrl(group.analyzer) }}'>{{ group.analyzer }}</a> - <span ng-if='!analyzerIsAccessible()'>{{ getAnalyzerShortName() }}</a> + <span ng-if='!analyzerIsAccessible()' title='analyzer not accessible for current user'>{{ getAnalyzerShortName() }}</a> </i> </h4> </div>