Commit 6c40ba8b authored by eire's avatar eire

temporarily disable uninstall for EFZ

disable feature 'uninstall' for EFZ temporarily.

This may be brought back in future once maotama support downloading EFZ.
parent a8b7ca8e
<h1 class="page-header">{{app.name}}
<h1 class="page-header">{{app.name}}
<button id="app_play" type="button" class="btn btn-default" ng-if="local.installation" ng-click="run()" ng-disabled="runtime.running">
<span class="glyphicon glyphicon-play"></span> 开始
</button>
......@@ -224,7 +224,7 @@
</a>
</div>
<div ng-show="local.installation">
<div ng-show="local.installation && app.id!='efz'"> <!-- 暂时禁用EFZ的设置/卸载功能。 -->
<h2 class="sub-header">设置</h2>
<button id="app_uninstall" type="button" class="btn btn-default" data-toggle="modal" data-target="#app_uninstall_modal" ng-disable="runtime.running || runtime.uninstalling">
<span class="glyphicon glyphicon-trash"></span> 卸载
......
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