allow to run feed task from interface
This commit is contained in:
@@ -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>
|
||||
|
Reference in New Issue
Block a user