[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [hobbit] Alignment of Server names different on IE versus Firefox
- To: hobbit (at) hswn.dk
- Subject: Re: [hobbit] Alignment of Server names different on IE versus Firefox
- From: Ralph Mitchell <ralphmitchell (at) gmail.com>
- Date: Wed, 23 Dec 2009 17:15:28 -0500
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:content-type; bh=zgYBT4/JFP+Sf9OWaTTrUrP+wtI94ccZHMfSKarHCHw=; b=O/+GZs95TfvijF0qst2fUWjdLS6ufIjd5rUeOpACqPd6LMSpMiWJq+//5zXNiMNmL8 Jm5znqE+3lD7J9Qnvt3IaNyRWitgYAADeWS8fnVLCKUkkmAIa39jaX2ic9+0l7VnW77h YneGK73PNhsW+yZE7paslC0d/F2SHIt5Ind+Y=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=gfrmlQ2D2Q9xbDLmN/nE9zYcRkNW+i6aQq7UxfFu8i9xHKTMFpjxBR3EEB3rFhte7S PI/8SeQXuyDKse78HYFMsWxE0HnherrrnH2yuRhf6KdTOGSBhw5c/jH5MO6RKvaeCov+ d5raJvqvW4ErSM1HE6Aw8I+Z8c5+9g/613gmw=
- References: <7D844613825FD844A677EAEE2B80DE640355D186A1 (at) cyberexchange1.MORGAN.morgan-llc.com> <1261584555.31055.38.camel (at) brick.rhi.hi.is>
On Wed, Dec 23, 2009 at 11:09 AM, Anna Jonna Armannsdottir <
annajonna (at) gmail.com> wrote:
> On Wed, 2009-12-23 at 09:28 -0500, THOMAS ANDERSEN wrote:
> > I recently installed Xymon 4.3.0-o.beta2 on my Ubuntu system. The
> > pages look great on Firefox. However, on IE all the servers are
> > centered. I need them to be left justified like in FireFox. What do I
> > do to fix this? Thanks!
>
> The server names are always the leftmost column. Next are all kinds of
> information columns like conn etc. This is in a centered table. If You
> have many columns, it may seem as if the servernames are left
> justified.
> What happens if You make the letters appear smaller in IE?
If you look at the page source, the server name column is not justified.
You can fix that for yourself in the source. In the copy I have, it's in
bbdisplay/pagegen.c around line 409. Look for something like:
fprintf(output, "<TR class=line>\n <TD NOWRAP><A
NAME=\"%s\"> </A>\n", h->hostname);
Changing the <TD NOWRAP> to <TD NOWRAP align=left> ought to do it.
Recompile, then copy the new bbisplay/bbgen binary over to your server/bin
directory.
Your milage may vary, etc...
BTW, both Google Chrome for Linux and Firefox-3.5.6 show the server names
left justified.
Ralph Mitchell