automatay update feature
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user