Commit 6bbfe4e0 authored by Ad Schellevis's avatar Ad Schellevis

style fix for reporting_settings.php

parent b7657a6f
...@@ -170,7 +170,7 @@ $(document).ready(function() { ...@@ -170,7 +170,7 @@ $(document).ready(function() {
<?php <?php
foreach ($all_rrd_files as $rrd_name => $rrd_file):?> foreach ($all_rrd_files as $rrd_name => $rrd_file):?>
<tr> <tr>
<td width="22%"> <td>
<button class="act_flush btn btn-default btn-xs" <button class="act_flush btn btn-default btn-xs"
title="<?=gettext("flush report");?>" data-toggle="tooltip" title="<?=gettext("flush report");?>" data-toggle="tooltip"
data-id="<?=$rrd_file['filename'];?>"> data-id="<?=$rrd_file['filename'];?>">
...@@ -178,8 +178,6 @@ $(document).ready(function() { ...@@ -178,8 +178,6 @@ $(document).ready(function() {
</button> </button>
<?=$rrd_name;?> <?=$rrd_name;?>
</td> </td>
<td>
</td>
</tr> </tr>
<?php <?php
endforeach;?> endforeach;?>
......
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