Make table headers more selfexplanatory
Submitted by: gerald Feature safe: yes
This commit is contained in:
parent
506e86b254
commit
90b43d628c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=268688
1 changed files with 1 additions and 1 deletions
|
@ -44,7 +44,7 @@ footer() {
|
|||
#
|
||||
# Create "default" output, sorted on portname
|
||||
#
|
||||
header "<th>Port</th><th>Package</th><th>Broken</th><th>Last</th><th>#</th>"
|
||||
header "<th>Port</th><th>Build log</th><th>First broken</th><th>Last tried</th><th># tries</th>"
|
||||
|
||||
dirname() {
|
||||
echo ${1%/*}
|
||||
|
|
Loading…
Reference in a new issue