{% extends 'common/master.html' %} {% set breadcrumb = ['Federation links status'] %} {% set Labels = { 'fed_url' : 'Federation page', 'registration' : 'RPS', 'policy' : 'Policy', 'security_url' : 'Security', } %} {% block title %}Broken federation links{% endblock title %} {% block main_body %}
This table only lists URLs that failed the test. The third column show the number of days that the test returned an identical status. The last column shows the last time when the test returned na OK.
{{ federation.name }} {% if federation.countries is defined %} ({{ federation.countries|join(', ') }}) {% endif %} | days | last OK | |
---|---|---|---|
{{ Labels[stats.url_type] }} | {{ stats.result }} | {{ stats.error_len }} | {{ stats.last_ok }} |