From 6b916703c8cc0bc19959b51d92b93fe50d855b50 Mon Sep 17 00:00:00 2001
From: msolv
Date: Thu, 5 Mar 2015 13:51:34 -0300
Subject: [PATCH] Update view.flot.html
---
docs/src/view.flot.html | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/docs/src/view.flot.html b/docs/src/view.flot.html
index 1f4ce49a..e31a7e12 100644
--- a/docs/src/view.flot.html
+++ b/docs/src/view.flot.html
@@ -26,7 +26,7 @@ generate the element itself (you can then append view.el to the DOM.
template: ' \
<div class="recline-flot"> \
<div class="panel graph" style="display: block;"> \
- <div class="js-temp-notice alert alert-warning alert-block"> \
+ <div class="js-temp-notice alert alert-block"> \
<h3 class="alert-heading">Hey there!</h3> \
<p>There\'s no graph here yet because we don\'t know what fields you\'d like to see plotted.</p> \
<p>Please tell us by <strong>using the menu on the right</strong> and a graph will automatically appear.</p> \
@@ -473,4 +473,4 @@ could have a lot of values and so we limit to max 15 (we assume)
})(jQuery, recline.View);
-