Skip to content

Commit f414c72

Browse files
committed
[fix] Ci
1 parent 5637a30 commit f414c72

File tree

2 files changed

+2
-3
lines changed
  • openwisp_monitoring/device/static/monitoring/js
  • tests/openwisp2/sample_device_monitoring/migrations

2 files changed

+2
-3
lines changed

openwisp_monitoring/device/static/monitoring/js/floorplan.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -319,7 +319,7 @@
319319
id: `${locationId}:${floor}`,
320320
zoom: {
321321
enabled: false,
322-
}
322+
},
323323
},
324324
nodeCategories: Object.keys(status_colors).map((status) => ({
325325
name: status,

tests/openwisp2/sample_device_monitoring/migrations/0003_map.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@
33

44
class Migration(migrations.Migration):
55
dependencies = [
6-
("sample_device_monitoring", "0002_auto_20200429_1754"),
7-
("openwisp_controller_geo", "0004_default_groups"),
6+
("sample_device_monitoring", "0002_add_group_permissions"),
87
]
98

109
operations = [

0 commit comments

Comments
 (0)