bug - Fix missing device_id in NAC tab view, round 2 (#15537)

* Revert "Fix missing device_id (#15534)"

This reverts commit f678f4c540.

* fix
This commit is contained in:
PipoCanaja 2023-11-01 01:21:09 +01:00 committed by GitHub
parent f678f4c540
commit dde970ddcf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -43,8 +43,8 @@
rowCount: [25, 50, 100, -1],
url: "{{ route('table.port-nac') }}",
post: function () {
device_id: '{{ $device->device_id }}',
return {
device_id: '{{ $device->device_id }}',
};
},
formatters: {