fixed error on bulk operations edit agents
This commit is contained in:
parent
31a8fd6c55
commit
7d3dc7e3a6
|
@ -506,7 +506,7 @@ $id_os = 0;
|
|||
$server_name = 0;
|
||||
$description = '';
|
||||
|
||||
echo '<div id="form_agents" class="invisible">';
|
||||
echo '<div id="form_agents" style="display:none">';
|
||||
|
||||
$table = new StdClass();
|
||||
$table->width = '100%';
|
||||
|
|
Loading…
Reference in New Issue