diff --git a/pandora_console/godmode/wizards/DiscoveryTaskList.class.php b/pandora_console/godmode/wizards/DiscoveryTaskList.class.php
index da6f4e572e..f87b2a563e 100644
--- a/pandora_console/godmode/wizards/DiscoveryTaskList.class.php
+++ b/pandora_console/godmode/wizards/DiscoveryTaskList.class.php
@@ -472,7 +472,7 @@ class DiscoveryTaskList extends Wizard
// Name task.
$data[1] = '';
if ($task['disabled'] != 2) {
- $data[1] .= '';
+ $data[1] .= '';
}
$data[1] .= ''.$task['name'].'';
@@ -623,7 +623,7 @@ class DiscoveryTaskList extends Wizard
&& $task['type'] != DISCOVERY_CLOUD_AWS_RDS
) {
if (check_acl($config['id_user'], 0, 'MR')) {
- $data[9] .= '';
+ $data[9] .= '';
$data[9] .= html_print_image(
'images/dynamic_network_icon.png',
true
diff --git a/pandora_console/include/javascript/pandora_taskList.js b/pandora_console/include/javascript/pandora_taskList.js
index 75d95df026..a3f31cff96 100644
--- a/pandora_console/include/javascript/pandora_taskList.js
+++ b/pandora_console/include/javascript/pandora_taskList.js
@@ -77,6 +77,7 @@ function fetchTaskList(id, callback) {
}
function show_map(id, name) {
+ var myPos = ["center" / 2, 1];
$("#map_task")
.empty()
.hide()
@@ -86,8 +87,9 @@ function show_map(id, name) {
resizable: true,
draggable: true,
modal: false,
- width: 1280,
- height: 700
+ width: 900,
+ height: 550,
+ position: { my: "center", at: "center", of: window }
})
.show();