projects
/
spong.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c2b0026
)
Added status summary field to status icon image alt field.
author
Stephen L Johnson
<sjohnson@monsters.org>
Tue, 28 Dec 1999 20:36:09 +0000
(20:36 +0000)
committer
Stephen L Johnson
<sjohnson@monsters.org>
Tue, 28 Dec 1999 20:36:09 +0000
(20:36 +0000)
src/lib/Spong/HostList.pm
patch
|
blob
|
history
diff --git
a/src/lib/Spong/HostList.pm
b/src/lib/Spong/HostList.pm
index 110afe9e293e72bd1c93e8bf71ee98410d0fac85..2b683ce39972f56c527a878adfc08a6b36db0da4 100755
(executable)
--- a/
src/lib/Spong/HostList.pm
+++ b/
src/lib/Spong/HostList.pm
@@
-234,7
+234,8
@@
sub display_html {
if( $main::WWW_USE_IMAGES == 1 ) {
print "<td align=center><a href=\"!!WWWSPONG!!/service/";
print "$hostname/$service\">";
- print "<img src=\"!!WWWGIFS!!/$col.gif\" alt=$col border=0>";
+ my $alt = $servobj->summary();
+ print "<img src=\"!!WWWGIFS!!/$col.gif\" alt=\"$alt\" border=0>";
print "</a>";
} else {
print "<td align=center bgcolor=\"";