Added ability to manually trigger api refresh

Ignored cache databases
This commit is contained in:
Adarnof
2016-02-07 11:40:11 +00:00
parent 43eeee503f
commit 2d2afa79eb
5 changed files with 106 additions and 76 deletions

View File

@@ -32,6 +32,10 @@
<td class="text-center">{{ pair.api_id }}</td>
<td class="text-center">{{ pair.api_key }}</td>
<td class="text-center">
<a href="/refresh_api_pair/{{ pair.api_id }}">
<button type="button" class="btn btn-success"><span
class="glyphicon glyphicon-refresh"></span></button>
</a>
<a href="/delete_api_pair/{{ pair.api_id }}">
<button type="button" class="btn btn-danger"><span
class="glyphicon glyphicon-remove"></span></button>