Views

This module contains all the blueprints for GUI’s views. This includes the dashboad, operations, configuration, and so.

DOLOST.blueprints.views.activity()[source]

Render the activity view.

Returns:

Rendered HTML template for the activity view.

Return type:

str

DOLOST.blueprints.views.docker_client_config()[source]

Render the Docker client configuration view.

Returns:

Rendered HTML template for the Docker client configuration view.

Return type:

str

DOLOST.blueprints.views.operations()[source]

Render the operations dashboard.

Returns:

Rendered HTML template containing the operations dashboard.

Return type:

str

DOLOST.blueprints.views.view_operation(operation_id)[source]

View details of a specific operation by ID.

Parameters:

operation_id (int) – The ID of the operation to view.

Returns:

Rendered HTML template containing the details of the specified operation.

Return type:

str