PDA

View Full Version : table auto-size (lenght) not well done in hosts.php


LEM
16-11-2004, 17:32
Beeing logged admin, going to Configuraiton/Hosts, and having a collection of hosts already declared in hosts groups, The table "Configuration of hosts groups" is sized "out of" the "regular" size of other tables as some groups count more than 20 hosts in the "members" column.

Is that possible to restrict the table max size (lenght) to make the page more homogenous?

I did not found any other tables with this "bug".

Cheers,
--
lem

Alexei
16-11-2004, 17:51
Thanks for the report!

Here is quick fix:

replace $members["value"]=$members["value"].", "; by $members["value"]=$members["value"].", "; in hosts.php

I haven't tested it yet :rolleyes:

LEM
16-11-2004, 18:46
Thanks for the report!
Here is quick fix:


fix ok for me. thx!

Cheers,