{% extends "modern/base.html" %} {% block title %}Admin - BLOOM LIMS{% endblock %} {% block content %} {% if saved %}
Preferences saved.
{% 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 %} {% else %}
Configure zebra_day.base_url to enable shared printer settings.
{% 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 %}