{% extends 'base.html' %} {% block title %}IvoryOS | Welcome{% endblock %} {% block body %}

Welcome

Version: {{ version }}

{% if enable_design %}

Workflow Design

Browse designs

View all saved workflows from the database.

Edit designs

Create or modify workflows using available functions.

{% endif %}

Workflow Control & Monitoring

Experiment data

Browse workflow logs and output data.

{% if not off_line %}
Run current workflow

Execute workflows with configurable parameters.

{% endif %}
{% if not off_line %}

Direct Control

Direct control

Manually control individual components.

Connect a new device

Add new hardware temporarily or for testing purposes.

{% endif %}
{% endblock %}