{% load i18n %} {% include "horizon/common/_data_table_row.html" %} {# Detail row - shows key pair information #}
{% trans "Key Pair Name" %}
{{ row.datum.name }}
{% trans "Key Pair Type" %}
{{ row.datum.type|default:"ssh" }}
{% trans "Fingerprint" %}
{{ row.datum.fingerprint }}
{% trans "Public Key" %}
{{ row.datum.public_key|default:"N/A" }}