mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-29 08:45:12 +02:00
fixed visual error
This commit is contained in:
parent
0a31f7f165
commit
90c825888a
@ -3290,7 +3290,7 @@ function print_SLA_list($width, $action, $idItem=null)
|
|||||||
echo '</tbody>';
|
echo '</tbody>';
|
||||||
?>
|
?>
|
||||||
<tbody id="sla_template">
|
<tbody id="sla_template">
|
||||||
<tr id="row" class="datos invisible">
|
<tr id="row" class="datos" style="display: none">
|
||||||
<td class="sla_list_agent_col agent_name"></td>
|
<td class="sla_list_agent_col agent_name"></td>
|
||||||
<td class="sla_list_module_col module_name"></td>
|
<td class="sla_list_module_col module_name"></td>
|
||||||
<?php
|
<?php
|
||||||
@ -3694,7 +3694,7 @@ function print_General_list($width, $action, $idItem=null, $type='general')
|
|||||||
?>
|
?>
|
||||||
|
|
||||||
<tbody id="general_template">
|
<tbody id="general_template">
|
||||||
<tr id="row" class="datos invisible">
|
<tr id="row" class="datos" style="display: none">
|
||||||
<td class="agent_name"></td>
|
<td class="agent_name"></td>
|
||||||
<td class="module_name"></td>
|
<td class="module_name"></td>
|
||||||
<?php
|
<?php
|
||||||
|
Loading…
x
Reference in New Issue
Block a user