{% extends "modern/base.html" %} {% block title %}Admin - BLOOM LIMS{% endblock %} {% block content %} {% if saved %}
Preferences saved.
{% endif %} {% if zebra_started %}
zebra_day start command launched successfully.
{% endif %} {% if zebra_error %}
{% if zebra_error == "command_not_found" %} Could not find zday_start on this host. {% elif zebra_error == "launch_failed" %} Failed to launch zebra_day service. {% elif zebra_error == "start_failed" %} zebra_day service start command returned an error. {% else %} zebra_day service start failed. {% endif %}
{% endif %}

User Preferences

Theme is saved automatically to your browser

Quick Links

API Token Administration

API Access Users

User ID Active
Loading...

Issue Token

Issued Tokens

Token Name User ID Prefix Status Expires
Loading...

External Integrations

zebra_day {{ dependency_info.zebra_day.version }}

{{ dependency_info.zebra_day.description }}

{% if dependency_info.zebra_day.admin_url %}
Open Admin Interface
Port 8118
{% endif %}

daylily-carrier-tracking {{ dependency_info.carrier_tracking.version }}

{{ dependency_info.carrier_tracking.description }}

daylily-tapdb {{ dependency_info.tapdb.version }}

{{ dependency_info.tapdb.description }}

Host: {{ db_info.host }}:{{ db_info.port }}
Database: {{ db_info.database }}
User: {{ db_info.user }}
DB Metrics {% if tapdb_metrics_summary %} p95 {{ "%.1f"|format(tapdb_metrics_summary.summary.p95_ms) }}ms ({{ tapdb_metrics_summary.summary.count }} rows) {% endif %}

AWS Cognito {{ cognito_info.status }}

OAuth2 authentication via AWS Cognito

{% if cognito_info.status == 'configured' %}
Region: {{ cognito_info.region }}
User Pool: {{ cognito_info.user_pool_id }}
Client ID: {{ cognito_info.client_id }}
{% else %}

{{ cognito_info.message }}

{% endif %}

System Information

User
{{ udat.email | default('Unknown') }}
Database
{{ db_info.host }}:{{ db_info.port }}/{{ db_info.database }}
BLOOM Version
{{ bloom_version | default('0.0.0') }}
{% endblock %} {% block extra_css %} {% endblock %} {% block extra_js %} {% endblock %}