Commit d7822a5f authored by Ad Schellevis's avatar Ad Schellevis

small style issues + whitespace diag_logs_filter_summary.php

parent ee567e36
...@@ -152,14 +152,16 @@ include("head.inc"); ?> ...@@ -152,14 +152,16 @@ include("head.inc"); ?>
<svg></svg> <svg></svg>
</div> </div>
<table class="table table-striped table-bordered"> <table class="table table-striped table-bordered">
<tr>
<th><?=$fields[$field]?></th> <th><?=$fields[$field]?></th>
<th><?=gettext("Count");?></th> <th><?=gettext("Count");?></th>
</tr>
<?php if (isset($data[$field])):?> <?php if (isset($data[$field])):?>
<?php foreach(array_keys($data[$field]) as $row): ?> <?php foreach(array_keys($data[$field]) as $row): ?>
<tr> <tr>
<td> <td>
<?php if (is_ipaddr($data[$field][$row]["label"])): ?> <?php if (is_ipaddr($data[$field][$row]["label"])): ?>
<a href="diag_dns.php?host=<?=$data[$field][$row]["label"]?>" title="".gettext("Reverse Resolve with DNS").""><span class="glyphicon glyphicon-search"></span></a> <a href="diag_dns.php?host=<?=$data[$field][$row]["label"]?>" title="<?=gettext("Reverse Resolve with DNS");?>"><span class="glyphicon glyphicon-search"></span></a>
<?php endif ?> <?php endif ?>
<?=$data[$field][$row]["label"]?></td> <?=$data[$field][$row]["label"]?></td>
<td><?=$data[$field][$row]["value"]?></td> <td><?=$data[$field][$row]["value"]?></td>
...@@ -173,7 +175,7 @@ include("head.inc"); ?> ...@@ -173,7 +175,7 @@ include("head.inc"); ?>
</section> </section>
</div> </div>
</div> </div>
</section> </section>
<script type="text/javascript" > <script type="text/javascript" >
// Generate Donut charts // Generate Donut charts
......
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