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-10-31 19:21:09 -05:00
committed by GitHub
parent f678f4c540
commit dde970ddcf
+1 -1
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: {