--- trunk/static/Frey/jQuery/flot/dataset_checkboxes.js 2008/12/26 01:01:37 906 +++ trunk/static/Frey/jQuery/flot/dataset_checkboxes.js 2008/12/26 01:32:09 907 @@ -60,9 +60,16 @@ var from = DateTimeStr( ranges.xaxis.from.toFixed(1) ); var to = DateTimeStr( ranges.xaxis.to.toFixed(1) ); + var url = '/Frey::Shell::Log/as_sponge' + + '?from_datetime=' + from + + '&to_datetime=' + to +// + '&log_command=cat /var/log/{syslog,messages} /var/log/{kern,auth,daemon,mail,user}.log' + ; + $('#selection').html( - from + ' → ' + to + ' ' + - 'see log' + from + ' → ' + to + + ' log' + + ' inline' ); });