summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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