Don't make the whole dialog red

This commit is contained in:
Girish Ramakrishnan
2018-03-09 14:58:14 -08:00
parent bce3d3f664
commit 028b24db03

View File

@@ -99,14 +99,13 @@
<h4 class="modal-title" id="updateModalLabel">Really update the Cloudron?</h4>
</div>
<div class="modal-body">
<div ng-hide="installedApps | readyToUpdate" class="text-danger">
<b>
The apps below are blocking the update, because they have pending actions:
<ul>
<li ng-repeat="app in installedApps | inProgressApps">{{app.location}}</li>
</ul>
Please wait for the app actions to finish.
</b>
<div ng-hide="installedApps | readyToUpdate">
<p>The apps below are blocking the update because they have pending actions:</p>
<ul>
<li ng-repeat="app in installedApps | inProgressApps">{{app.location}}</li>
</ul>
<br/>
<b class="text-danger">Please wait for the app actions to finish.</b>
<br/>
<br/>
</div>