diff --git a/beat/web/reports/static/reports/app/directives/groupPlotItem.js b/beat/web/reports/static/reports/app/directives/groupPlotItem.js
index 553a56f4cd359bf50c71832bd2afd8a45f923145..dfff0d3aa49b3916c018e5f78494f944fb399c0f 100644
--- a/beat/web/reports/static/reports/app/directives/groupPlotItem.js
+++ b/beat/web/reports/static/reports/app/directives/groupPlotItem.js
@@ -70,7 +70,7 @@ angular.module('reportApp')
 	aria-labelledby="{{domId}}-heading">
 	<div class='panel-body'>
 		<p>{{ id }} content</p>
-		<strong>Plot items in reports are not implemented yet.</strong>
+		<strong class='text-danger'>Plot items in reports are not implemented yet.</strong>
 	</div>
 </div>
 `