Update appList.ftl

This commit is contained in:
MaxKey 2020-07-26 21:47:18 +08:00
parent eae9a3bfba
commit d64a57d831

View File

@ -40,7 +40,8 @@
</#if> </#if>
<#else> <#else>
<div class="row">
<div class="col-12">
<table class="table"> <table class="table">
<tr> <tr>
<td> <td>
@ -49,9 +50,7 @@
<td> <td>
<@locale code="apps.icon"/> <@locale code="apps.icon"/>
</td> </td>
<td><@locale code="apps.name"/></td> <td style="word-wrap:break-word;"><@locale code="apps.name"/></td>
<!--<td><@locale code="apps.protocol"/></td>-->
<td><@locale code="apps.category"/></td>
<td> <td>
<@locale code="button.text.action"/> <@locale code="button.text.action"/>
</td> </td>
@ -71,9 +70,7 @@
</a> </a>
</#if> </#if>
</td> </td>
<td>${app.name}</td> <td style="word-wrap:break-word;">${app.name}</td>
<!--<td>${app.protocol}</td>-->
<td>${app.category}</td>
<td> <td>
<#if app.protocol ?contains("Desktop")> <#if app.protocol ?contains("Desktop")>
<a href="javascript:void(0);" title="${app.name}" <a href="javascript:void(0);" title="${app.name}"
@ -88,8 +85,11 @@
</td> </td>
</tr> </tr>
</#list> </#list>
</table>
</div> </div>
</#if> </#if>
</div>
</div> </div>
<div id="footer"> <div id="footer">
<#include "../layout/footer.ftl"/> <#include "../layout/footer.ftl"/>