{% include 'header.html' %} {% import datetime %} {% import os %}
Auth Status | OS | Auth Info | OS Details | Model | Ram | Manufacturer | Time Added | Action | |
---|---|---|---|---|---|---|---|---|---|
{% if machine['authorized'] == 'yes' %} {% elif machine['authorized'] != 'yes' %} {% end %} | {% if os.path.exists("/var/www/html/static/images/%s.png" % (machine['os'][0])) %}
![]() |
{% else %}
![]() |
{% end %}
ID: {{ machine['id'] }}Key: {{ machine['api_key'] }} |
OS: {{ machine['os'][0].capitalize() }} |
{{ machine['Model'] }} |
{{ machine['RAM'] }} |
{{ machine['Manufacturer'] }} |
Added: {{ datetime.datetime.fromtimestamp(machine['timestamp']).strftime('%Y-%m-%d %H:%M:%S') }}Last: {{ machine['last'].strftime('%Y-%m-%d %H:%M:%S') }} |