{% 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 in background mode.
{% endif %} {% if zebra_running %}
zebra_day service is already running.
{% endif %} {% if zebra_error %}
{% if zebra_error == "command_not_found" %} Could not find zday or zday_start on this host. {% elif zebra_error == "launch_failed" %} Failed to launch zebra_day service in background mode. {% 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

Enable Atlas API

User ID Active
Loading...

Enable Ursa API

User ID Active
Loading...

Group Membership Management

User ID Active
Select a group to view members

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 %}

Atlas Webhook Signature Secret {% if atlas_webhook_secret_configured %}configured{% else %}unset{% endif %}

Bloom value used to sign X-Bloom-Signature for Atlas webhook verification.

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 %}