(backend) add admin action to check domain health

Allow to select some domains to check and update status
thanks to a dimail call.
This commit is contained in:
Sabrina Demagny
2024-12-27 18:12:20 +01:00
parent 0abfd49fee
commit b0b718e657
6 changed files with 238 additions and 61 deletions

View File

@@ -6,5 +6,8 @@ html[data-theme="light"], :root {
{% if ADMIN_HEADER_BACKGROUND %}--header-bg: {{ ADMIN_HEADER_BACKGROUND }};{% endif %}
{% if ADMIN_HEADER_COLOR %}--header-color: {{ ADMIN_HEADER_COLOR }};{% endif %}
}
ul.messagelist li.info {
background-color: #EEEEEE;
}
</style>
{% endblock %}