mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-04 09:50:09 +00:00
Fixes broken layout of exclusion lists
This commit is contained in:
parent
e066506aeb
commit
e5c346c6e5
1 changed files with 1 additions and 2 deletions
|
|
@ -1506,8 +1506,7 @@ function appendExclusionList(data) {
|
|||
$(`<div class='col-12'></div>`).append($textarea))));
|
||||
} else {
|
||||
$container = $(`<tr><td></td></tr>`);
|
||||
$container.append($(`<td class='align-middle'>${label}</td>`));
|
||||
$container.append($(`<td></td>`).append($textarea));
|
||||
$container.append($(`<td class='align-middle'>${label}</td>`), $(`<td></td>`).append($(`<div class='form-row'></div>`).append($textarea)));
|
||||
}
|
||||
|
||||
$(`#script-config-editor`).append($container);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue