mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
@@ -20,7 +20,7 @@
|
||||
post: function ()
|
||||
{
|
||||
return {
|
||||
device: '{{ $device ?: '' }}'
|
||||
device: '{{ $device ?: '' }}',
|
||||
device_group: '{{ $device_group }}'
|
||||
};
|
||||
},
|
||||
|
Reference in New Issue
Block a user