Display username on client panel

This commit is contained in:
2026-01-26 17:18:31 +00:00
parent 43bff4513a
commit cdaceb1cf7

View File

@@ -34,17 +34,23 @@
</dd>
</div>
<div class="flex items-center justify-between">
<dt>Account on server</dt>
<dt>Account name</dt>
<dd class="font-medium text-gray-900">
{% if account_present is None %}
Unknown
{% elif account_present %}
Present
{% if system_username %}
{{ system_username }}
{% else %}
Missing
Unknown
{% endif %}
</dd>
</div>
<div class="flex items-center justify-between">
<dt>Certificate</dt>
<dd class="font-medium text-gray-900">
<span class="inline-flex items-center rounded-full border border-gray-200 bg-gray-50 px-2 py-1 text-xs font-semibold text-gray-500">
Download coming soon
</span>
</dd>
</div>
<div class="flex items-center justify-between">
<dt>Last accessed</dt>
<dd class="font-medium text-gray-900">