mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 07:29:32 +00:00
Localize host details page
This commit is contained in:
parent
01ef3f0782
commit
378ba4c2cb
3 changed files with 369 additions and 187 deletions
|
|
@ -2438,7 +2438,7 @@ end
|
|||
|
||||
-- prints purged information for hosts / flows
|
||||
function purgedErrorString()
|
||||
return 'Very likely it is expired and ntopng has purged it from memory. You can set purge idle timeout settings from the <A HREF="'..ntop.getHttpPrefix()..'/lua/admin/prefs.lua?tab=in_memory"><i class="fa fa-flask"></i> Preferences</A>.'
|
||||
return i18n("purged_error_message",{url=ntop.getHttpPrefix()..'/lua/admin/prefs.lua?tab=in_memory'})
|
||||
end
|
||||
|
||||
-- print TCP flags
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue