mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-30 07:59:35 +00:00
Add support for InfluxDB authentication
This commit is contained in:
parent
165329947b
commit
d4ea15619f
15 changed files with 237 additions and 169 deletions
|
|
@ -2105,11 +2105,6 @@ end
|
|||
|
||||
-- GENERIC UTILS
|
||||
|
||||
-- ternary
|
||||
function ternary(cond, T, F)
|
||||
if cond then return T else return F end
|
||||
end
|
||||
|
||||
-- split
|
||||
function split(s, delimiter)
|
||||
result = {};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue