openwisp / openwisp-monitoring

Network monitoring system written in Python and Django, designed to be extensible, programmable, scalable and easy to use by end users: once the system is configured, monitoring checks, alerts and metric collection happens automatically.
https://openwisp.io/docs/dev/monitoring/
Other
165 stars 112 forks source link

[bug] Recover deleted device button disappeared #470

Closed nemesifier closed 1 year ago

nemesifier commented 1 year ago

In the template list page the button is showing:

Screenshot from 2022-12-12 22-41-50

In the device list page the button disappeared, probably overridden by the import/export feature?

Aryamanz29 commented 1 year ago

Hey @nemesisdesign, In the device list page, I'm able to see those buttons. See below:

Screenshot from 2022-12-19 13-12-46

nemesifier commented 1 year ago

You're right @Aryamanz29, the problem appears in the dev env of OpenWISP Monitoring, must be something that has to do with the order of INSTALLED_APPS, we'll have to create an issue for ansible-openwisp2 and docker-openwisp too because it shows up in deployed instances as well.