more tidying up on diag disk page
git-svn-id: file:///root/webif/svn/pkg/webif/trunk@3380 2a923420-c742-0410-a762-8d5b09965624
This commit is contained in:
parent
bb80ba1b83
commit
ddeab2831e
@ -1,7 +1,7 @@
|
|||||||
Package: webif
|
Package: webif
|
||||||
Priority: optional
|
Priority: optional
|
||||||
Section: web
|
Section: web
|
||||||
Version: 1.3.3-2
|
Version: 1.3.3-3
|
||||||
Architecture: mipsel
|
Architecture: mipsel
|
||||||
Maintainer: af123@hpkg.tv
|
Maintainer: af123@hpkg.tv
|
||||||
Depends: tcpfix,webif-channelicons(>=1.1.24),lighttpd(>=1.4.39-1),jim(>=0.77),jim-oo(>=0.77),jim-sqlite3(>=0.76),jim-cgi(>=0.7-1),jim-binary(>=0.76),service-control(>=2.3),busybox(>=1.20.2-1),lsof(>=4.87),epg(>=1.2.3),hmt(>=2.0.10),ssmtp,cron-daemon(>=1.18.3-3),at(>=3.1.18),anacron,trm(>=1.1),openssl-command,nicesplice,id3v2,file,rsvsync(>=1.1.9),webif-charts(>=1.2-1),stripts(>=1.2.5-3),tmenu(>=1.08),ffmpeg,id3v2,multienv(>=1.6),tcpping(>=1.1),e2fsprogs,wireless-tools(>=29-1),dbupdate,recmon(>=2.0.7),hwctl,nugget(>=0.95),sqlite3(>=3.15.1)
|
Depends: tcpfix,webif-channelicons(>=1.1.24),lighttpd(>=1.4.39-1),jim(>=0.77),jim-oo(>=0.77),jim-sqlite3(>=0.76),jim-cgi(>=0.7-1),jim-binary(>=0.76),service-control(>=2.3),busybox(>=1.20.2-1),lsof(>=4.87),epg(>=1.2.3),hmt(>=2.0.10),ssmtp,cron-daemon(>=1.18.3-3),at(>=3.1.18),anacron,trm(>=1.1),openssl-command,nicesplice,id3v2,file,rsvsync(>=1.1.9),webif-charts(>=1.2-1),stripts(>=1.2.5-3),tmenu(>=1.08),ffmpeg,id3v2,multienv(>=1.6),tcpping(>=1.1),e2fsprogs,wireless-tools(>=29-1),dbupdate,recmon(>=2.0.7),hwctl,nugget(>=0.95),sqlite3(>=3.15.1)
|
||||||
|
@ -195,13 +195,14 @@ foreach line [split $msg "\n"] {
|
|||||||
if {[incr i] < 7} continue
|
if {[incr i] < 7} continue
|
||||||
lassign [split $line "|"] id name status remaining when lba
|
lassign [split $line "|"] id name status remaining when lba
|
||||||
if {[string length $id] > 10} continue
|
if {[string length $id] > 10} continue
|
||||||
|
if {$id eq ""} continue
|
||||||
puts "<tr>
|
puts "<tr>
|
||||||
<td>$id</td>
|
<td>$id</td>
|
||||||
<td>$name</td>
|
<td>$name</td>
|
||||||
<td>$status</th>
|
<td>$status</td>
|
||||||
<td>$remaining</th>
|
<td>$remaining</td>
|
||||||
<td>$when</th>
|
<td>$when</td>
|
||||||
<td>$lba</th>
|
<td>$lba</td>
|
||||||
</tr>"
|
</tr>"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user