fixed error on bulk operations edit agents

This commit is contained in:
marcos 2021-04-06 08:55:06 +02:00
parent 31a8fd6c55
commit 7d3dc7e3a6
1 changed files with 1 additions and 1 deletions

View File

@ -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%';