mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-30 16:09:32 +00:00
parent
a7a9c7c848
commit
54843a7865
4 changed files with 11 additions and 5 deletions
|
|
@ -946,7 +946,8 @@ function printRecording()
|
|||
..ternary(n2disk_info.systemid ~= nil, i18n("prefs.n2disk_license_systemid", {systemid=n2disk_info.systemid}), ""),
|
||||
"ntopng.prefs.", "n2disk_license",
|
||||
ternary(n2disk_info.license ~= nil, n2disk_info.license, ""),
|
||||
false, nil, nil, nil, {style={width="25em;"}, min = 50, max = 64 })
|
||||
false, nil, nil, nil, {style={width="25em;"}, min = 50, max = 64,
|
||||
pattern = getLicensePattern()})
|
||||
|
||||
print('<tr><th colspan=2 class="info">'..i18n("traffic_recording.settings")..'</th></tr>')
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue