[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: FW: [hobbit] tooltips, current snapshot 15-Jan-08



On Tue, Jan 15, 2008 at 10:52:37PM +0000, David Gore wrote:
> Still hoping this could be fixed soon?  Having to scroll the bb2 page for
> hosts with long descriptions like contact and vendor info is a pain.  I
> still do not really understand why this is only a problem on the bb2 page.

Sorry this has taken much too long. The attached patch will make
"--tooltips=always" (or =never, if you so prefer) work on the BB2
page also.

Goes on top of any recent snapshot.


Regards,
Henrik

--- bbdisplay/pagegen.c	2008/01/04 09:40:33	1.193
+++ bbdisplay/pagegen.c	2008/03/27 12:16:40
@@ -413,7 +413,7 @@
 			fprintf(output, "%s", 
 				hostnamehtml(h->hostname, 
 					     ((pagetype != PAGE_BB) ? hostpage_link(h) : NULL), 
-					     (pagetype == PAGE_BB) ) );
+					     usetooltip));
 
 			/* Then the columns. */
 			for (gc = groupcols; (gc); gc = gc->next) {