mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
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:
@@ -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: {
|
||||
|
Reference in New Issue
Block a user