diff --git a/pandora_console/godmode/agentes/module_manager.php b/pandora_console/godmode/agentes/module_manager.php
index 02dbd4c600..5840eb0aac 100644
--- a/pandora_console/godmode/agentes/module_manager.php
+++ b/pandora_console/godmode/agentes/module_manager.php
@@ -1184,6 +1184,11 @@ html_print_div(
}
});
+ var show_dialog_create = "";
+ if (show_dialog_create !== 0){
+ $('#button-create_module').click();
+ }
+
});
diff --git a/pandora_console/include/functions_treeview.php b/pandora_console/include/functions_treeview.php
index b366797fd4..097530442d 100755
--- a/pandora_console/include/functions_treeview.php
+++ b/pandora_console/include/functions_treeview.php
@@ -944,12 +944,12 @@ function treeview_printTable($id_agente, $server_data=[], $no_head=false)
true
);
} else {
- $buttons_act .= '';
+ $buttons_act .= '';
$buttons_act .= html_print_submit_button(
__('Go to module creation'),
'upd_button',
false,
- ['class' => 'secondary mini'],
+ ['class' => 'secondary mini no_decoration'],
true
);
@@ -958,7 +958,7 @@ function treeview_printTable($id_agente, $server_data=[], $no_head=false)
__('Go to agent edition'),
'upd_button',
false,
- ['class' => 'secondary mini'],
+ ['class' => 'secondary mini no_decoration'],
true
);
}
diff --git a/pandora_console/include/styles/pandora.css b/pandora_console/include/styles/pandora.css
index 619ce85c7d..d3e1e51a42 100644
--- a/pandora_console/include/styles/pandora.css
+++ b/pandora_console/include/styles/pandora.css
@@ -241,7 +241,7 @@ table tbody tr td h4 {
a {
color: #3f3f3f;
- text-decoration: none;
+ text-decoration: none !important;
}
a:hover {