Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature/UI timezone #7479

Open
wants to merge 3 commits into
base: devel
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 19 additions & 0 deletions conf/report.conf.defaults
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ bindings=start_date,end_date,start_date,end_date,limit
has_date_range=enabled
has_limit=enabled
cursor_type=none
date_fields=start_date,end_date
date_limit=24h
default_limit=100
charts=scatter|time_bucket:bytes_in:bytes_out:bytes_total
Expand Down Expand Up @@ -195,6 +196,7 @@ base_conditions_operator=any
person_fields=Owner
node_fields=MAC Address
order_fields=-auth_log.attempted_at
date_fields=Attempted at,Completed at

[Authentication::All Failures]
type=abstract
Expand All @@ -210,6 +212,7 @@ node_fields=MAC Address
order_fields=-auth_log.attempted_at
base_conditions=auth_log.status:=:failed
charts=scatter|Attempted at
date_fields=Attempted at,Completed at

[Authentication::All Successes]
type=abstract
Expand All @@ -225,6 +228,7 @@ node_fields=MAC Address
order_fields=-auth_log.attempted_at
base_conditions=auth_log.status:=:completed
charts=scatter|Attempted at
date_fields=Attempted at,Completed at

[Authentication::Top Failures::Connection Profile to Source]
type=sql
Expand Down Expand Up @@ -616,6 +620,7 @@ date_field=start_time
base_conditions_operator=all
node_fields=MAC Address
charts=scatter@Ip4Log Start Time|Start time,scatter@Ip4Log End Time|End time
date_fields=Start time,End time

[Ip4Log::History]
type=abstract
Expand All @@ -632,6 +637,7 @@ base_conditions_operator=all
node_fields=MAC Address
order_fields=-ip4log_history.start_time
charts=scatter@Ip4Log Start Time|Start time,scatter@Ip4Log End Time|End time
date_fields=Start time,End time

[Node::Active]
type=sql
Expand Down Expand Up @@ -669,6 +675,7 @@ default_limit=100
node_fields=mac
person_fields=pid
charts=scatter|regdate
date_fields=start_time,detect_date,regdate,lastskip,last_arp,last_dhcp

[Node::Inactive]
type=sql
Expand Down Expand Up @@ -706,6 +713,7 @@ cursor_default=00:00:00:00:00:00
default_limit=100
node_fields=mac
person_fields=pid
date_fields=start_time,detect_date,regdate,lastskip,last_arp,last_dhcp

[Node::Registered::Active]
type=sql
Expand Down Expand Up @@ -741,6 +749,7 @@ cursor_default=00:00:00:00:00:00
default_limit=100
node_fields=mac
person_fields=pid
date_fields=start_time,detect_date,regdate,lastskip,last_arp,last_dhcp

[Node::Registered::All]
type=sql
Expand Down Expand Up @@ -775,6 +784,7 @@ cursor_default=00:00:00:00:00:00
default_limit=100
node_fields=mac
person_fields=pid
date_fields=start_time,detect_date,regdate,lastskip,last_arp,last_dhcp

[Node::Unregistered::Active]
type=sql
Expand Down Expand Up @@ -810,6 +820,7 @@ cursor_default=00:00:00:00:00:00
default_limit=100
node_fields=mac
person_fields=pid
date_fields=start_time,detect_date,regdate,lastskip,last_arp,last_dhcp

[Node::Unregistered::All]
type=sql
Expand Down Expand Up @@ -843,6 +854,7 @@ cursor_default=00:00:00:00:00:00
default_limit=100
node_fields=mac
person_fields=pid
date_fields=start_time,detect_date,regdate,lastskip,last_arp,last_dhcp

[Operating System Class::Active]
type=sql
Expand Down Expand Up @@ -1357,6 +1369,7 @@ person_fields=Owner
date_field=start_date
base_conditions=security_event.status:=:closed
charts=scatter|Release date
date_fields=Release date

[Security Events::Open]
type=abstract
Expand All @@ -1374,6 +1387,7 @@ date_field=start_date
base_conditions=security_event.status:=:open
role_fields=category_id
charts=scatter|Event date
date_fields=Event date

[Security Events::Open Active]
type=sql
Expand Down Expand Up @@ -1402,6 +1416,7 @@ cursor_type=none
node_fields=mac
person_fields=owner
charts=scatter|start_date
date_fields=start_date

[Security Events::Open All]
type=sql
Expand Down Expand Up @@ -1429,6 +1444,7 @@ cursor_type=none
node_fields=mac
person_fields=owner
charts=scatter|start_date
date_fields=start_date

[SSID::Active]
type=sql
Expand Down Expand Up @@ -1531,6 +1547,7 @@ base_conditions_operator=all
person_fields=Owner
node_fields=MAC Address
order_fields=-activation.expiration
date_fields=Code expiration,Unreg date

[User::Registration::SMS]
type=abstract
Expand All @@ -1547,6 +1564,7 @@ base_conditions_operator=all
person_fields=Owner
node_fields=MAC Address
order_fields=-activation.expiration
date_fields=Code expiration

[User::Registration::Sponsor]
type=abstract
Expand All @@ -1561,3 +1579,4 @@ base_conditions=activation.type:=:sponsor
base_conditions_operator=all
person_fields=Owner
node_fields=MAC Address
date_fields=Registration expiration
149 changes: 87 additions & 62 deletions html/pfappserver/root/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion html/pfappserver/root/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@
"bootstrap-vue": "2.22.0",
"core-js": "3.23.5",
"d3-force": "^3.0.0",
"date-fns": "^1.30.1",
"date-fns": "^2.29.3",
"date-fns-tz": "^1.3.7",
"messageformat": "^2.3.0",
"mime-types": "^2.1.35",
"mixpanel-browser": "^2.45.0",
Expand Down
Loading