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"); ?>
<svg></svg>
</div>
<table class="table table-striped table-bordered">
<tr>
<th><?=$fields[$field]?></th>
<th><?=gettext("Count");?></th>
</tr>
<?php if (isset($data[$field])):?>
<?php foreach(array_keys($data[$field]) as $row): ?>
<tr>
<td>
<?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 ?>
<?=$data[$field][$row]["label"]?></td>
<td><?=$data[$field][$row]["value"]?></td>
......@@ -173,7 +175,7 @@ include("head.inc"); ?>
</section>
</div>
</div>
</section>
</section>
<script type="text/javascript" >
// 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