Describe the bug
After fixing this one: #372 The failed backups are being caught without issues.
The problem is this change to backwpup: https://github.com/wp-media/backwpup-pro/pull/1556
We are extracting the failed state from the third column, but now the information will be in the third one. This should be very easy to fix; just changing the selector from where we extract the failed information and we can use the store icon column to also get the storage that failed (Not present in the previous change).
Describe the bug
After fixing this one: #372 The failed backups are being caught without issues.
The problem is this change to backwpup: https://github.com/wp-media/backwpup-pro/pull/1556
We are extracting the failed state from the third column, but now the information will be in the third one. This should be very easy to fix; just changing the selector from where we extract the failed information and we can use the store icon column to also get the storage that failed (Not present in the previous change).