summaryrefslogtreecommitdiffstats
path: root/usr/local/www/widgets/widgets/carp_status.widget.php
diff options
context:
space:
mode:
Diffstat (limited to 'usr/local/www/widgets/widgets/carp_status.widget.php')
-rw-r--r--usr/local/www/widgets/widgets/carp_status.widget.php4
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"/> &nbsp;
<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";
OpenPOWER on IntegriCloud