{% extends "base.html" %} {% block title %} » Rate Server Importer {% endblock %} {% block nav %} Rate Server Importer {% endblock %} {% block content %} {% if importer %}
Is Locked? | {{importer.is_locked()}} |
---|---|
Import Now | |
Progress | {{importer.progress}} |
MDD Version | {{ config_state.mdd_version }} | ||||||
---|---|---|---|---|---|---|---|
LAF Files |
{% if 'laf_importer' in config_state %}
|
||||||
DNO Spreadsheets |
|
The rate server details can be set in the configuration with an entry like:
"rate_server": { "url": "https://api.github.com/repos/WessexWater/chellow-rates", "branch": "main", },
If url
or branch
are omitted, then the default is as
above.
Importer not present.
{% endif %} {% endblock %}