Mentions légales du service

Skip to content

Fix crawling of deleted projects

The page admin/dashboard contains several tables (Projects marked for deletion, Orphan Cloudstack Domains, API Accounts, AMQP Status), and only the first table should be considered for ci deleted-project. We use find("table") to get the first table: sadly, there is no id to refer to it unambiguously.

Merge request reports