Revision e988813d
Added by Jim Pingle almost 15 years ago
usr/local/www/status_lb_pool.php | ||
---|---|---|
221 | 221 |
<?php echo $pool['monitor']; ?> |
222 | 222 |
</td> |
223 | 223 |
<td class="listbg" > |
224 |
<?=$pool['desc'];?> |
|
224 |
<?=$pool['descr'];?>
|
|
225 | 225 |
</td> |
226 | 226 |
</tr> |
227 | 227 |
<?php endforeach; ?> |
Also available in: Unified diff
desc to descr in Load Balancer config, so they gain CDATA protection and standardize field names. Ticket #320.