From 73934d5df8907a0873f9b193a73369864bd6e65e Mon Sep 17 00:00:00 2001 From: Jaden Diefenbaugh <blakcap@users.noreply.github.com> Date: Thu, 9 Mar 2017 16:20:46 +0100 Subject: [PATCH] more highlight of plot warning --- beat/web/reports/static/reports/app/directives/groupPlotItem.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/beat/web/reports/static/reports/app/directives/groupPlotItem.js b/beat/web/reports/static/reports/app/directives/groupPlotItem.js index 553a56f4c..dfff0d3aa 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> ` -- GitLab