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() {
<?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;?>
......
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