mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-04 09:50:09 +00:00
increased multiple selected height
This commit is contained in:
parent
a5a8030e35
commit
32f5d9d039
1 changed files with 1 additions and 1 deletions
|
|
@ -87,7 +87,7 @@ const generate_checkbox_enabled = (id, enabled, callback) => {
|
|||
*/
|
||||
const generate_multi_select = (params, has_container = true) => {
|
||||
|
||||
const $select = $(`<select id='multiple-select' multiple class='form-control'></select>`);
|
||||
const $select = $(`<select id='multiple-select' style="height: 10rem" multiple class='form-control'></select>`);
|
||||
|
||||
// add groups and items
|
||||
if (params.groups.length == 1) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue