/[Frey]/trunk/static/Frey/jQuery/flot/dataset_checkboxes.js
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Diff of /trunk/static/Frey/jQuery/flot/dataset_checkboxes.js

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 906 by dpavlin, Wed Dec 24 22:03:53 2008 UTC revision 907 by dpavlin, Fri Dec 26 01:32:09 2008 UTC
# Line 60  Line 60 
60                  var from = DateTimeStr( ranges.xaxis.from.toFixed(1) );                  var from = DateTimeStr( ranges.xaxis.from.toFixed(1) );
61                  var to   = DateTimeStr( ranges.xaxis.to.toFixed(1)   );                  var to   = DateTimeStr( ranges.xaxis.to.toFixed(1)   );
62    
63                    var url = '/Frey::Shell::Log/as_sponge'
64                            + '?from_datetime=' + from
65                            + '&to_datetime=' + to
66    //                      + '&log_command=cat /var/log/{syslog,messages} /var/log/{kern,auth,daemon,mail,user}.log'
67                            ;
68    
69                  $('#selection').html(                  $('#selection').html(
70                          from + ' → ' + to + ' ' +                          from + ' → ' + to
71                          '<a target="Frey::Shell::Log" href="/Frey::Shell::Log/as_sponge?from_datetime='+from+'&to_datetime='+to+'">see log</a>'                          + ' <a target="Frey::Shell::Log" href="' + url + '">log</a>'
72                            + ' <a target="transport_iframe" href="' + url + '" onclick="ifr_show(); return true;">inline</a>'
73                  );                  );
74          });          });
75    

Legend:
Removed from v.906  
changed lines
  Added in v.907

  ViewVC Help
Powered by ViewVC 1.1.26