Merge branch 'ent-9185-descuadre-en-la-ventana-modal-de-alertas-en-el-tree-view' into 'develop'

Ent 9185 descuadre en la ventana modal de alertas en el tree view

See merge request artica/pandorafms!5009
This commit is contained in:
Diego Muñoz-Reja 2022-08-25 12:51:33 +00:00
commit 7f314436a8
1 changed files with 2 additions and 2 deletions

View File

@ -473,9 +473,9 @@ function treeview_printAlertsTable($id_module, $server_data=[], $no_head=false)
if ($user_access_node && check_acl($config['id_user'], $id_group, 'LW')) {
// Actions table
echo '<div class="w100p right mw300px right_align">';
echo '<div class="w100p right_align">';
echo '<a target=_blank href="'.$console_url.'index.php?sec=gagente&sec2=godmode/agentes/configurar_agente&tab=alert&search=1&module_name='.$module_name.'&id_agente='.$agent_id.$url_hash.'" target="_blank">';
html_print_submit_button(__('Go to alerts edition'), 'upd_button', false, 'class="sub search"');
html_print_submit_button(__('Go to alerts edition'), 'upd_button', false, 'class="sub search" style="margin-right: 20px"');
echo '</a>';
echo '</div>';
}