style fix for reporting_settings.php

This commit is contained in:
Ad Schellevis 2016-07-24 16:58:27 +02:00
parent b7657a6fdf
commit 6bbfe4e0ca

View File

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