automatay update feature

This commit is contained in:
2021-01-19 14:27:28 +07:00
parent 8cb9cd30bc
commit 74135e96de
4 changed files with 42 additions and 4 deletions

View File

@@ -201,13 +201,20 @@
<tr>
<td>Đặc trưng 1</td>
<td class="text-right" id="total128">
{* <b class="text-red">{$statistics.128}</b>/<b>{$statistics.img}</b>*}
{* <b class="text-red">{$statistics.128}</b>/<b>{$statistics.img}</b>*}
</td>
</tr>
<tr>
<td>Đặc trưng 2</td>
<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>
</td>
<td class="text-right" id="total512">
{* <b class="text-red">{$statistics.512}</b>/<b>{$statistics.img}</b>*}
{* <b class="text-red">{$statistics.512}</b>/<b>{$statistics.img}</b>*}
</td>
</tr>
</table>