#!/mod/bin/jimsh package require cgi source /mod/var/mongoose/lib/setup require pretty_size puts "Content-Type: text/html" puts "" header puts {
Utilities
Run Diagnostic:
Package:
(This option will return with firmware 1.18)
View Log Files } foreach file [lsort [concat \ [glob -nocomplain /var/log/*.log] \ [glob -nocomplain /mod/tmp/*.log] \ ]] { puts " [file tail $file] ([pretty_size [file size $file]])
" } puts {
} footer