Fix Syslog widget (#10516)

missing comma
This commit is contained in:
Tony Murray
2019-08-12 10:13:25 -05:00
committed by GitHub
parent f1c67ac5f4
commit d64c884b4c

View File

@@ -20,7 +20,7 @@
post: function ()
{
return {
device: '{{ $device ?: '' }}'
device: '{{ $device ?: '' }}',
device_group: '{{ $device_group }}'
};
},