diff --git a/webif/html/diag/queue/index.jim b/webif/html/diag/queue/index.jim index 0f6f7d0..b2c876f 100755 --- a/webif/html/diag/queue/index.jim +++ b/webif/html/diag/queue/index.jim @@ -57,6 +57,7 @@ There are no tasks in the queue. +
Last media scan: retrieving... - diff --git a/webif/html/diag/queue/script.js b/webif/html/diag/queue/script.js index 3bb40cc..7b8d8b2 100644 --- a/webif/html/diag/queue/script.js +++ b/webif/html/diag/queue/script.js @@ -200,6 +200,10 @@ $('#queuetab').on('click', 'a.file', function(e) { encodeURIComponent('{root}/' + dirname(file)); }); +$('#viewlog').button().click(function() { + window.location = '/log/?log=/mod/tmp/auto.log'; +}); + function set_loader() { if (loader != 0) clearInterval(loader);