{% extends "base.html" %} {% block title %}Status{% endblock %} {% block content %} {% raw %}
| Celery Worker | OK Stopped |
| Dicom Listener |
OK
Stopped
Port: {{status.dicom_listener.port}} AE Title: {{status.dicom_listener.aetitle}} |
| Current CPU Usage | {{ status.cpu_usage }}% |
| Current RAM Usage | {{ status.ram_usage.free | toGB }}/{{ status.ram_usage.total | toGB }}GB |
| Current HD Usage | {{ status.disk_usage.free | toGB }}/{{ status.disk_usage.total | toGB }}GB |
| Default Settings: |
{{JSON.stringify(a.default_settings, null, ' ') }}
|
| Name | API Key |
|---|---|
| {{a.name}} | {{a.key}} |