The resources section will show a list of the existing resources. New reports can be added, existing reports can be filtered by name, edited, deleted.
Resources with a file can not be modified, the respective endpoint throws an error. Here are the JIRA issues:
The initial resources list is loaded in the componentDidMount method of the
resources root component. They are reloaded when filtering
and after adding, editing or deleting reports.
In order to prevent the user from accidentally deleting a resource when clicking on delete, we request a confirmation by the user.