[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: FW: [hobbit] tooltips, current snapshot 15-Jan-08
- To: hobbit (at) hswn.dk
- Subject: Re: FW: [hobbit] tooltips, current snapshot 15-Jan-08
- From: Henrik Stoerner <henrik (at) hswn.dk>
- Date: Thu, 27 Mar 2008 13:21:37 +0100
- References: <016601c857c9$53347950$16da32a6 (at) mcilink.com>
- User-agent: Mutt/1.5.15+20070412 (2007-04-11)
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) {