mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 07:29:32 +00:00
Fixes date format user preference (#4399)
This commit is contained in:
parent
b199478e03
commit
494cc23a2d
5 changed files with 8 additions and 12 deletions
|
|
@ -456,7 +456,7 @@ function printGUI()
|
|||
multipleTableButtonPrefs(subpage_active.entries[d_label].title,
|
||||
subpage_active.entries[d_label].description,
|
||||
d_labels, d_values, "middle_endian", "primary",
|
||||
d_label, "ntopng.user." .. _SESSION["user"] .. ".datetype")
|
||||
d_label, "ntopng.user." .. _SESSION["user"] .. ".date_format")
|
||||
|
||||
-- ######################
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue