Added text to the slow query warning message
Project: http://git-wip-us.apache.org/repos/asf/incubator-blur/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-blur/commit/d3099d7b Tree: http://git-wip-us.apache.org/repos/asf/incubator-blur/tree/d3099d7b Diff: http://git-wip-us.apache.org/repos/asf/incubator-blur/diff/d3099d7b Branch: refs/heads/blur-console-v2 Commit: d3099d7b75a2bfad5416d872cc5e0018933edfa0 Parents: 43de53d Author: Chris Rohr <[email protected]> Authored: Sun Nov 17 22:42:02 2013 -0500 Committer: Chris Rohr <[email protected]> Committed: Sun Nov 17 22:42:02 2013 -0500 ---------------------------------------------------------------------- .../org/apache/blur/console/webapp/partials/dashboard.tpl.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-blur/blob/d3099d7b/contrib/blur-console/src/main/resources/org/apache/blur/console/webapp/partials/dashboard.tpl.html ---------------------------------------------------------------------- diff --git a/contrib/blur-console/src/main/resources/org/apache/blur/console/webapp/partials/dashboard.tpl.html b/contrib/blur-console/src/main/resources/org/apache/blur/console/webapp/partials/dashboard.tpl.html index 7b85740..d1b3631 100644 --- a/contrib/blur-console/src/main/resources/org/apache/blur/console/webapp/partials/dashboard.tpl.html +++ b/contrib/blur-console/src/main/resources/org/apache/blur/console/webapp/partials/dashboard.tpl.html @@ -19,7 +19,7 @@ Licensed to the Apache Software Foundation (ASF) under one --> <div ng-controller="DashboardCtrl"> - <div id="slow-query-warnings" class="alert alert-danger" ng-show="hasslowwarnings">Warning</div> + <div id="slow-query-warnings" class="alert alert-danger" ng-show="hasslowwarnings"><strong>Heads Up!</strong>Queries have been running for longer than a minute.</div> <div class="row"> <div class="col-md-8"> <div class="row">
