From 170a3c0ae143332eaedf8dbad5781ad1700585da Mon Sep 17 00:00:00 2001 From: jokob-sk Date: Sat, 26 Jul 2025 08:45:07 +1000 Subject: [PATCH] presence rework #1119, plugin history filter --- front/deviceDetails.php | 28 ++++---- front/deviceDetailsEvents.php | 65 ++++++++++++++---- front/js/common.js | 72 ++++++++++++++++---- front/php/server/events.php | 38 ----------- front/pluginsCore.php | 8 +-- server/scan/device_handling.py | 50 +++++++++----- server/scan/session_events.py | 121 +++++++-------------------------- 7 files changed, 186 insertions(+), 196 deletions(-) diff --git a/front/deviceDetails.php b/front/deviceDetails.php index e46f9281..8411e69c 100755 --- a/front/deviceDetails.php +++ b/front/deviceDetails.php @@ -286,21 +286,21 @@ function main () { - // Events tab toggle conenction events - $('input').on('ifToggled', function(event){ - // Hide / Show Events - if (event.currentTarget.id == 'chkHideConnectionEvents') { - getDeviceEvents(); - } else { - // Activate save & restore - // activateSaveRestoreData(); + // // Events tab toggle conenction events + // $('input').on('ifToggled', function(event){ + // // Hide / Show Events + // if (event.currentTarget.id == 'chkHideConnectionEvents') { + // getDeviceEvents(); + // } else { + // // Activate save & restore + // // activateSaveRestoreData(); - // Ask skip notifications - // if (event.currentTarget.id == 'chkArchived' ) { - // askSkipNotifications(); - // } - } - }); + // // Ask skip notifications + // // if (event.currentTarget.id == 'chkArchived' ) { + // // askSkipNotifications(); + // // } + // } + // }); } diff --git a/front/deviceDetailsEvents.php b/front/deviceDetailsEvents.php index 401c7641..6e6d7f82 100755 --- a/front/deviceDetailsEvents.php +++ b/front/deviceDetailsEvents.php @@ -7,11 +7,11 @@ -
-