diff options
author | jim-p <jimp@pfsense.org> | 2012-06-11 14:20:32 -0400 |
---|---|---|
committer | jim-p <jimp@pfsense.org> | 2012-06-11 14:20:32 -0400 |
commit | cb1d821b8ac1406da66ac8ad08338560bc192d1c (patch) | |
tree | 85b9dbb2f7c358a9e4d7a8f59432fd0497d450a4 /usr/local/www | |
parent | 79f286ab68403c8cf7d5fd2d758e1e81798e7e64 (diff) | |
download | pfsense-cb1d821b8ac1406da66ac8ad08338560bc192d1c.zip pfsense-cb1d821b8ac1406da66ac8ad08338560bc192d1c.tar.gz |
Make the carp vip interface column in the widget just a smidge wider since the names are longer now.
Diffstat (limited to 'usr/local/www')
-rw-r--r-- | usr/local/www/widgets/widgets/carp_status.widget.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr/local/www/widgets/widgets/carp_status.widget.php b/usr/local/www/widgets/widgets/carp_status.widget.php index 9f29cb3..bc048ba 100644 --- a/usr/local/www/widgets/widgets/carp_status.widget.php +++ b/usr/local/www/widgets/widgets/carp_status.widget.php @@ -53,12 +53,12 @@ $carp_enabled = get_carp_status(); $status = get_carp_interface_status($carp_int); ?> <tr> - <td class="vncellt" width="30%"> + <td class="vncellt" width="35%"> <img src="./themes/<?= $g['theme']; ?>/images/icons/icon_cablenic.gif"/> <strong><a href="/system_hasync.php"> <span style="color:#000000"><?=htmlspecialchars($carp_int);?></span></a></strong> </td> - <td width="70%" class="listr"> + <td width="65%" class="listr"> <?php if($carp_enabled == false) { $status = "DISABLED"; |