Display username on client panel
This commit is contained in:
@@ -34,17 +34,23 @@
|
|||||||
</dd>
|
</dd>
|
||||||
</div>
|
</div>
|
||||||
<div class="flex items-center justify-between">
|
<div class="flex items-center justify-between">
|
||||||
<dt>Account on server</dt>
|
<dt>Account name</dt>
|
||||||
<dd class="font-medium text-gray-900">
|
<dd class="font-medium text-gray-900">
|
||||||
{% if account_present is None %}
|
{% if system_username %}
|
||||||
Unknown
|
{{ system_username }}
|
||||||
{% elif account_present %}
|
|
||||||
Present
|
|
||||||
{% else %}
|
{% else %}
|
||||||
Missing
|
Unknown
|
||||||
{% endif %}
|
{% endif %}
|
||||||
</dd>
|
</dd>
|
||||||
</div>
|
</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">
|
<div class="flex items-center justify-between">
|
||||||
<dt>Last accessed</dt>
|
<dt>Last accessed</dt>
|
||||||
<dd class="font-medium text-gray-900">
|
<dd class="font-medium text-gray-900">
|
||||||
|
|||||||
Reference in New Issue
Block a user