mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-28 08:14:38 +02:00
Make combobox of custom graph editor in agent view width adaptable - #114
This commit is contained in:
parent
0d21e46939
commit
cbd07089c6
@ -123,7 +123,7 @@ $table->rowspan[0][1] = 7;
|
|||||||
$table->data[0][0] = __('Modules');
|
$table->data[0][0] = __('Modules');
|
||||||
$table->data[0][1] = html_print_select($list_modules, 'modules[]',
|
$table->data[0][1] = html_print_select($list_modules, 'modules[]',
|
||||||
$modules, '', '', 0, true, true,
|
$modules, '', '', 0, true, true,
|
||||||
true, '', false, "width: 100%; height: 200px;");
|
true, '', false, "min-width:200px;max-width:460px;height: 200px;");
|
||||||
|
|
||||||
$table->rowspan[2][0] = 7;
|
$table->rowspan[2][0] = 7;
|
||||||
$table->data[2][0] = "";
|
$table->data[2][0] = "";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user