{% extends 'core_main_app/_render/admin/theme/tools/box.html' %} {% block box_title %}List all repositories{% endblock %} {% block box_tools %}
{% endblock %} {% block box_body %}Instance Name | Instance URL | Token expires | Actions |
---|---|---|---|
{{ instance.name }} | {{ instance.endpoint }} | {{ instance.expires }} | {% block box_actions %} {% url 'core-admin:core_federated_search_app_repositories_edit' instance.id as edit_url %} {% include 'core_main_app/common/buttons/edit.html' with label='Rename' %} Refresh Token {% endblock %} |
There are currently no other repositories registered. Please add a new one. |