mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-30 07:59:35 +00:00
Code cleanup
This commit is contained in:
parent
5b1f7eb32c
commit
0a26fdd485
3 changed files with 13 additions and 12 deletions
|
|
@ -3421,7 +3421,6 @@ end
|
|||
--- Return an HTML `select` element with passed options.
|
||||
--
|
||||
function generate_select(id, name, is_required, is_disabled, options)
|
||||
|
||||
local required_flag = (is_required and "required" or "")
|
||||
local disabled_flag = (is_disabled and "disabled" or "")
|
||||
local name_attr = (name == "" and "name='" .. name .. "'" or "")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue