mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-05 02:16:39 +00:00
expanded ItemsList textarea to 10
This commit is contained in:
parent
7c15ebd60b
commit
c7562a7078
3 changed files with 3 additions and 3 deletions
|
|
@ -638,7 +638,7 @@ const ItemsList = (gui, hooks, script_subdir, script_key) => {
|
|||
name='items-list'
|
||||
id='itemslist-textarea'
|
||||
class="w-100 form-control"
|
||||
style="height: 5rem;">${items_list.length > 0 ? items_list.join(',') : ''}</textarea>
|
||||
rows='10'>${items_list.length > 0 ? items_list.join(',') : ''}</textarea>
|
||||
<small>${gui.input_description || i18n.blacklisted_country}</small>
|
||||
<div class="invalid-feedback"></div>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue