From 5acebd885c5418d934907705834e12e4ff20a19f Mon Sep 17 00:00:00 2001
From: Jaden <jadenpdi@gmail.com>
Date: Mon, 19 Aug 2019 08:17:58 -0700
Subject: [PATCH] [reports] show private analyzer warning on hover

---
 .../reports/static/reports/app/directives/panelExperiments.js   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/beat/web/reports/static/reports/app/directives/panelExperiments.js b/beat/web/reports/static/reports/app/directives/panelExperiments.js
index 3a1b1e8f1..59d0e7bc3 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>
-- 
GitLab