mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-13 08:09:41 +00:00
style fix for reporting_settings.php
This commit is contained in:
parent
b7657a6fdf
commit
6bbfe4e0ca
@ -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;?>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user