Always enable unstable app listing

This commit is contained in:
Girish Ramakrishnan
2019-11-11 08:40:28 -08:00
parent c5fc4db980
commit 40b75c6ac8
2 changed files with 0 additions and 58 deletions

View File

@@ -344,31 +344,4 @@
</div>
</div>
</div>
<div class="text-left">
<h3>Unstable App Listing</h3>
</div>
<div class="card" style="margin-bottom: 15px;">
<div class="row">
<div class="col-md-12">
<p>
Enable this option to list and install apps in the testing phase. These apps are not officially supported and there is no
guarantee that they will be updated in the future.
</p>
<b class="text-danger">
Do not use these apps in production.
</b>
</div>
</div>
<div class="row">
<div class="col-md-6 col-md-offset-6 text-right">
<button ng-class="!unstableApps.enabled ? 'btn btn-outline pull-right btn-danger' : 'btn btn-outline pull-right btn-primary'" ng-click="unstableApps.submit()" ng-disabled="unstableApps.busy"><i class="fa fa-circle-notch fa-spin" ng-show="unstableApps.busy"></i>
{{ unstableApps.enabled ? 'Disable' : 'Enable' }}
</button>
</div>
</div>
</div>
</div>