Project

General

Profile

« Previous | Next » 

Revision 1baed2e3

Added by Amos Benari almost 13 years ago

  • ID 1baed2e33b9a27e4d9a575ea6941d892f732e583

fixes #900 - search by "x minutes ago" and the charts in show host

Signed-off-by: Amos Benari <>

View differences:

app/helpers/hosts_helper.rb
def render_report_status_chart name, title, subtitle, data
function = <<-EOF
$(function() {
Highcharts.setOptions({
global: {
useUTC: false
}
});
chart = new Highcharts.Chart({
chart: {
renderTo: '#{name}',

Also available in: Unified diff