Displaying 2 results from an estimated 2 matches for "history_graphs".
2009 May 28
1
[PATCH server] Change default flexchart view and increase vertical dimension of flexchart area.
---
 src/app/views/graph/history_graphs.rhtml |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/app/views/graph/history_graphs.rhtml b/src/app/views/graph/history_graphs.rhtml
index 9488367..7a7e1e1 100644
--- a/src/app/views/graph/history_graphs.rhtml
+++ b/src/app/views/graph/history_graphs.rhtml
@@ -7,10...
2009 Jul 24
2
[PATCH server] Add fallback message when flexchart is missing
Check filesystem to see if flexchart.swf is present. If not,
offer location of precompiled swf hosted at ovirt.org.
---
 src/app/helpers/graph_helper.rb          |    9 +++++++++
 src/app/views/graph/history_graphs.rhtml |    7 +++++++
 2 files changed, 16 insertions(+), 0 deletions(-)
diff --git a/src/app/helpers/graph_helper.rb b/src/app/helpers/graph_helper.rb
index bb1f05b..c57ddda 100644
--- a/src/app/helpers/graph_helper.rb
+++ b/src/app/helpers/graph_helper.rb
@@ -1,5 +1,14 @@
 module GraphHelper
 
+...