{% extends theme("layout.html") %} {% block head %} {{ super() }} {% endblock head %} {% block content %}

SSH Keys

{% for item in ssh_keys %} {% endfor %}
ID 名称 Public Key 创建时间 操作
{{ item.id }}

{{ item.label }}

{{ item.public_key }} {{ format_datetime_by_tus(item.create_time * 1000000) }}
共有{{ paging.total }}条,每页显示:   条
{% endblock content %}