Fix missing device_id (#15534)

Missed a commit in #15329
This commit is contained in:
PipoCanaja
2023-10-31 22:09:38 +01:00
committed by GitHub
parent 63f33642b8
commit f678f4c540

View File

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