From d1f0f4319aac61bb2b7337916f91c273084d45f8 Mon Sep 17 00:00:00 2001
From: Stephen L Johnson <sjohnson@monsters.org>
Date: Tue, 28 Dec 1999 20:36:09 +0000
Subject: [PATCH] Added status summary field to status icon image alt field.

---
 src/lib/Spong/HostList.pm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/src/lib/Spong/HostList.pm b/src/lib/Spong/HostList.pm
index 110afe9..2b683ce 100755
--- 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=\"";
-- 
2.30.2