Hi:

We want to include resin-status page in our server page, but there some display 
problem,
in /resin-status page , there is some html bug:


1.
<b>resin-status</b>
should be: 
<h1>resin-status</h1>


2. In ther Thread table:


<th colspan="3">Config </th>
should be 
<th colspan="2">Config </th>


3. in TCP ports table.
<th colspan="3">Threads</th>
<th></th>



should be


<th colspan="3">Threads</th>
<th colspan="2"></th>





4. in Hosts and Applications table row 2, hostname should has 4 colspan
<td>
<b>http://localhost:9703</b>
</td>



should be :


<td colspan="4">
<b>http://localhost:9703</b>
</td>



I hope this little bug fixed or anyone tell me how to fix it?
_______________________________________________
resin-interest mailing list
resin-interest@caucho.com
http://maillist.caucho.com/mailman/listinfo/resin-interest

Reply via email to