summaryrefslogtreecommitdiffstats
path: root/usr
diff options
context:
space:
mode:
authorScott Dale <sdale@pfsense.org>2007-07-04 01:04:21 +0000
committerScott Dale <sdale@pfsense.org>2007-07-04 01:04:21 +0000
commit7584153eb4e83a86031e514a6be5ff138775ae7e (patch)
tree653fe0376c46f615f3291040b692bf4e3324d91d /usr
parent48e0793065ee3b762d4b939da80d8220a6f0ae6d (diff)
downloadpfsense-7584153eb4e83a86031e514a6be5ff138775ae7e.zip
pfsense-7584153eb4e83a86031e514a6be5ff138775ae7e.tar.gz
show text stating no carp defined if appropriate
Diffstat (limited to 'usr')
-rw-r--r--usr/local/www/widgets/widgets/carp_status.widget.php6
1 files changed, 6 insertions, 0 deletions
diff --git a/usr/local/www/widgets/widgets/carp_status.widget.php b/usr/local/www/widgets/widgets/carp_status.widget.php
index 950f715..5a355d7 100644
--- a/usr/local/www/widgets/widgets/carp_status.widget.php
+++ b/usr/local/www/widgets/widgets/carp_status.widget.php
@@ -61,5 +61,11 @@
<?=htmlspecialchars($ipaddress);}?>
</tr><?php }
}
+ else
+ {
+ ?>
+ <tr><td class="listr">No CARP Interfaces Defined. Click <a href="carp_status.php">here</a> to configure CARP.</td></tr>
+ <?php
+ }
?>
</table> \ No newline at end of file
OpenPOWER on IntegriCloud