fix bug updating flag

This commit is contained in:
2021-01-19 14:58:18 +07:00
parent 74135e96de
commit 5cefdb8031
2 changed files with 14 additions and 8 deletions

View File

@@ -207,11 +207,9 @@
<tr>
<td>
Đặc trưng 2
<label class="label label-danger {if $updating->data==="false"}hidden{/if}" id="updating-label">Đang cập nhật ...</label>
<a href="{Url::to(['/api/re-gen-feature'])}" class="{if $updating->data==="true"}hidden{/if}" onclick="reGenFeature(this);
return false;" data-toggle="tooltip" title="Cập nhật lại đặc trưng">
<i class="fa fa-refresh"></i>
</a>
{if $updating->data==="true"}
<label class="label label-danger" id="updating-label">Đang cập nhật ...</label>
{/if}
</td>
<td class="text-right" id="total512">
{* <b class="text-red">{$statistics.512}</b>/<b>{$statistics.img}</b>*}