openwisp-controller
openwisp-controller copied to clipboard
[bug] Unable to import devices from CSV
Steps to replicate
- Export devices using the export button on device changelist to CSV format
- Import the exported devices in the previous step
Actual Result
Expected result Device are imported without any errors
My browser's UI uses dark mode, hence CSS defined in django-import-export is using dark mode colours. But, this breaks the theme of OpenWISP.
We will need to override these rules https://github.com/django-import-export/django-import-export/blob/4ce494ac5c30df85bb5b1ad5d436ef64fd72d35e/import_export/static/import_export/import.css#L83-L115
I split the dark mode issue here: https://github.com/openwisp/openwisp-controller/issues/851.