From 6fdd1fbe32ba75e620ebdeaf0ff60c5d3040408b Mon Sep 17 00:00:00 2001 From: Sol Villar Date: Thu, 5 Mar 2015 03:34:24 -0300 Subject: [PATCH] [#427] Fixed graph alert in multiview. --- docs/src/view.flot.html | 2 +- src/view.flot.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/src/view.flot.html b/docs/src/view.flot.html index 08a8a030..1f4ce49a 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-block"> \ + <div class="js-temp-notice alert alert-warning 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> \ diff --git a/src/view.flot.js b/src/view.flot.js index 62605eb3..75a99c87 100644 --- a/src/view.flot.js +++ b/src/view.flot.js @@ -26,7 +26,7 @@ my.Flot = Backbone.View.extend({ template: ' \
\
\ -
\ +
\

Hey there!

\

There\'s no graph here yet because we don\'t know what fields you\'d like to see plotted.

\

Please tell us by using the menu on the right and a graph will automatically appear.

\