Don't make the whole dialog red
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user