mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-09-26 11:29:12 +02:00
operation icons on small screens
This commit is contained in:
parent
58eeffd04d
commit
13a1e44a5e
@ -386,18 +386,22 @@ class DiscoveryTaskList extends HTML
|
|||||||
$table->data = [];
|
$table->data = [];
|
||||||
$table->align = [];
|
$table->align = [];
|
||||||
$table->headstyle = [];
|
$table->headstyle = [];
|
||||||
|
$table->style = [];
|
||||||
|
$table->style[4] = 'word-break: break-word;';
|
||||||
for ($i = 0; $i < 9; $i++) {
|
for ($i = 0; $i < 9; $i++) {
|
||||||
$table->headstyle[$i] = 'text-align: left;';
|
$table->headstyle[$i] = 'text-align: left;';
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// Name.
|
||||||
|
$table->headstyle[4] .= 'min-width: 100px; width: 100px;';
|
||||||
// Status.
|
// Status.
|
||||||
$table->headstyle[5] .= 'min-width: 100px; width: 100px;';
|
$table->headstyle[5] .= 'min-width: 50px; width: 100px;';
|
||||||
// Task type.
|
// Task type.
|
||||||
$table->headstyle[6] .= 'min-width: 200px; width: 150px;';
|
$table->headstyle[6] .= 'min-width: 150px; width: 150px;';
|
||||||
// Progress.
|
// Progress.
|
||||||
$table->headstyle[7] .= 'min-width: 150px; width: 150px;';
|
$table->headstyle[7] .= 'min-width: 50px; width: 150px;';
|
||||||
// Updated at.
|
// Updated at.
|
||||||
$table->headstyle[8] .= 'min-width: 150px; width: 150px;';
|
$table->headstyle[8] .= 'min-width: 50px; width: 150px;';
|
||||||
// Operations.
|
// Operations.
|
||||||
$table->headstyle[9] .= 'min-width: 150px; width: 150px;';
|
$table->headstyle[9] .= 'min-width: 150px; width: 150px;';
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user