mirror of
https://github.com/morpheus65535/bazarr
synced 2024-12-23 08:13:14 +00:00
Fix for #1135
This commit is contained in:
parent
da434f49b9
commit
22172c37a9
1 changed files with 8 additions and 0 deletions
|
@ -2,6 +2,14 @@
|
||||||
|
|
||||||
{% block title %}Tasks - Bazarr{% endblock %}
|
{% block title %}Tasks - Bazarr{% endblock %}
|
||||||
|
|
||||||
|
{% block page_head %}
|
||||||
|
<style>
|
||||||
|
.execute {
|
||||||
|
cursor: pointer;
|
||||||
|
}
|
||||||
|
</style>
|
||||||
|
{% endblock page_head %}
|
||||||
|
|
||||||
{% block bcleft %}
|
{% block bcleft %}
|
||||||
<div class="">
|
<div class="">
|
||||||
<button class="btn btn-outline" id="refresh_button">
|
<button class="btn btn-outline" id="refresh_button">
|
||||||
|
|
Loading…
Reference in a new issue