Merge branch 'ent-6436-la-columna-nombre-es-muy-pequena-discovery-task-list' into 'develop'

Minor fixes discovery tasklist usability

See merge request artica/pandorafms!3506
This commit is contained in:
Daniel Rodriguez 2020-11-23 10:44:27 +01:00
commit 36d63a4869
1 changed files with 4 additions and 2 deletions

View File

@ -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.