Commit b3ba1dce authored by 神楽坂玲奈's avatar 神楽坂玲奈

fix

parent 1c09ffdc
......@@ -75,13 +75,6 @@
<div *ngIf="currentApp.isInstalled()">
<h2>本地文件</h2>
<button (click)="appsService.browse(currentApp)" type="button" class="btn btn-secondary">浏览本地文件</button>
<button type="button" class="btn btn-secondary">校验完整性</button>
<button (click)="uninstall(currentApp)" type="button" class="btn btn-secondary">
{{'uninstall'|translate}}
</button>
<div *ngIf="mods">
<h2>{{'mods'|translate}}</h2>
<table class="table table-striped">
......@@ -114,6 +107,12 @@
</tbody>
</table>
</div>
<h2>本地文件</h2>
<button (click)="appsService.browse(currentApp)" type="button" class="btn btn-secondary">浏览本地文件</button>
<button type="button" class="btn btn-secondary">校验完整性</button>
<button (click)="uninstall(currentApp)" type="button" class="btn btn-secondary">
{{'uninstall'|translate}}
</button>
</div>
<div class="modal fade" id="install-modal" tabindex="-1" role="dialog" aria-labelledby="myModalLabel" aria-hidden="true"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment