mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-30 09:15:15 +02:00
Merge branch '114-selector-multiple-muy-pequeno-en-graficas-de-agente' into 'develop'
Make combobox of custom graph editor in agent view width adaptable - #114 See merge request !348
This commit is contained in:
commit
4040f024fa
@ -123,7 +123,7 @@ $table->rowspan[0][1] = 7;
|
||||
$table->data[0][0] = __('Modules');
|
||||
$table->data[0][1] = html_print_select($list_modules, 'modules[]',
|
||||
$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->data[2][0] = "";
|
||||
|
Loading…
x
Reference in New Issue
Block a user