Skip to main content

Module dashboard

Module dashboard 

Source
Expand description

Web dashboard HTTP server module.

This module provides an HTTP server for the web dashboard UI. It is enabled when the --ui=web CLI option is passed.

Modules§

templates
HTML templates for the web dashboard.

Structs§

DashboardHandle
Handle for managing the dashboard server lifecycle.
DashboardServer
Dashboard server state shared across handlers.

Enums§

DashboardStatus
Status of the dashboard server.

Functions§

start_server
Start the HTTP server on the specified port.
start_server_with_retry
Start the HTTP server with automatic retry on failure.