Commit 6228e77d authored by Ad Schellevis's avatar Ad Schellevis

(dashboard) condense table

parent 5525e1fd
...@@ -37,7 +37,7 @@ if (!isset($config['virtualip']['vip'])) { ...@@ -37,7 +37,7 @@ if (!isset($config['virtualip']['vip'])) {
} }
?> ?>
<table class="table table-striped"> <table class="table table-striped table-condensed">
<?php <?php
foreach ($config['virtualip']['vip'] as $carp): foreach ($config['virtualip']['vip'] as $carp):
if ($carp['mode'] != "carp") { if ($carp['mode'] != "carp") {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment