NAC - Improve search in WebUI - Keep Historical data (#15629)

* search improvement for PortNac

* rename func

* style

* DB migration for timestamps

* style

* rules

* fix manually db_schema

* remove vlan only search for now

* add a bool column to ident historical nac entries

* add columns to the table

* queryByOui renamed everywhere

* age value instead of delete

* style

* style

* use Illuminate\Support\Facades\DB;

* tests fix

* module_tables.yaml

* dump model instead of tests/module_tables.yaml

* tests

* testVrp

* daily

* config

* display historical NAC entries in global view

* same for NAC device page

* nac tab on device/port view

* and display the tab link if necessary

* filter by port as well

* historical data in port tab

* formatters
This commit is contained in:
PipoCanaja
2024-01-24 09:15:40 +01:00
committed by GitHub
parent bbbdb37a72
commit a7a6e67e87
18 changed files with 1033 additions and 20 deletions

View File

@@ -387,6 +387,7 @@ main () {
"alert_log"
"rrd_purge"
"ports_fdb"
"ports_nac"
"route"
"ports_purge")
call_daily_php "${options[@]}"