diff --git a/pandora_console/godmode/wizards/DiscoveryTaskList.class.php b/pandora_console/godmode/wizards/DiscoveryTaskList.class.php index 59a9fab84a..a3a2b15c8a 100644 --- a/pandora_console/godmode/wizards/DiscoveryTaskList.class.php +++ b/pandora_console/godmode/wizards/DiscoveryTaskList.class.php @@ -176,7 +176,7 @@ class DiscoveryTaskList extends HTML 'type' => 'button', 'attributes' => 'class="sub upd"', 'return' => true, - 'script' => 'location.reload();', + 'script' => 'location.href = \''.$this->url.'\';', ], ], ], @@ -402,8 +402,10 @@ class DiscoveryTaskList extends HTML $table->headstyle[$i] = 'text-align: left;'; } + // Task name. + $table->headstyle[1] .= 'min-width: 150px; width: 300px;'; // Name. - $table->headstyle[4] .= 'min-width: 100px; width: 600px;'; + $table->headstyle[4] .= 'min-width: 100px; width: 400px;'; // Status. $table->headstyle[5] .= 'min-width: 50px; width: 100px;'; // Task type.