Revision e988813d
Added by Jim Pingle almost 15 years ago
usr/local/www/status_lb_vs.php | ||
---|---|---|
176 | 176 |
<table border="0" cellpadding="3" cellspacing="2"><tr><td bgcolor="<?=$bgcolor?>"> <?=$rdr_a[$vsent['name']]['status']?> </td></tr></table> |
177 | 177 |
</td> |
178 | 178 |
<td class="listbg" > |
179 |
<?=$vsent['desc'];?> |
|
179 |
<?=$vsent['descr'];?>
|
|
180 | 180 |
</td> |
181 | 181 |
</tr> |
182 | 182 |
<?php $i++; endforeach; ?> |
Also available in: Unified diff
desc to descr in Load Balancer config, so they gain CDATA protection and standardize field names. Ticket #320.