|
@@ -826,7 +826,7 @@ class DeviceManagement(View):
|
|
|
'icon': app_bundle['icon'],
|
|
|
'name': app_bundle['name'],
|
|
|
'sort': app_bundle['sort'],
|
|
|
- 'config': {} if not app_bundle['config'] else app_bundle['config'],
|
|
|
+ 'config': app_bundle['config'],
|
|
|
'app_device_type__app_version_number_id': app_bundle['app_device_type__app_version_number_id'],
|
|
|
})
|
|
|
dvr_list = [app_bundle for app_bundle in app_bundle_list if app_bundle['model'] == 1]
|