allow to run feed task from interface

This commit is contained in:
2019-11-24 17:14:32 +03:00
parent 71d7ea7147
commit f52621a267
2 changed files with 10 additions and 3 deletions

View File

@@ -34,7 +34,10 @@
{% bootstrap_form config_form layout='horizontal' %}
</div>
<footer class="card-footer text-right">
{% if feed %}<a href="#delete-modal" class="modal-basic btn btn-danger">Delete</a>{% endif %}
{% if feed %}
<a href="#delete-modal" class="modal-basic btn btn-danger">Delete</a>
<button type="submit" name="run" class="btn btn-secondary">Run now</button>
{% endif %}
<button type="submit" class="btn btn-primary">Save</button>
</footer>
</form>