{% extends 'timeseer.html' %} {% from 'macros.html' import alerter, progress_bar, progress_bar_flow %} {% from 'configure.html' import configure_menu with context %} {% block menu %} {{ configure_menu('Sources') }} {% endblock %} {% block main %}
Define sources in Timeseer.toml
.
No time series known in "{{ source_name }}".
{% else %} {{ progress_bar_flow( analysis_state, url_for('flows.get_flow_analysis_state',flowevaluationid=flow_evaluation.db_id), url_for('.cancel_flow_evaluation',sourcename=source_name), flow_evaluation ) }} {% if analysis_state.block_state.series_count == series_count %}Analysis completed for all known time series ({{ series_count }}).
{% else %}Analysis completed for {{ analysis_state.block_state.series_count }}/{{ series_count }} time series.
{% endif %} {% endif %}Evaluation date | Action |
---|---|
{{ group.date|ts_datetime }} |