IMPSY
Dashboard
Configure {% if workflow.config %}
✓
{% endif %}
Logs {% if workflow.logs %}
✓
{% endif %}
Datasets {% if workflow.datasets %}
✓
{% endif %}
Models {% if workflow.models %}
✓
{% endif %}
Realtime
{% if osc_enabled %}
Commands
{% endif %}
v{{ version }}
{% with messages = get_flashed_messages(with_categories=true) %} {% if messages %} {% for category, message in messages %}
{{ message }}
{% endfor %} {% endif %} {% endwith %} {% block content %}{% endblock %}
{% block scripts %}{% endblock %}