Skip to content

Commit 9cf61cd

Browse files
authored
Merge pull request #967 from mohitsuman/fix-dwnld-modal
updated alert with patternfly alert for download error modal
2 parents 22e1f39 + 7e633a9 commit 9cf61cd

1 file changed

Lines changed: 7 additions & 5 deletions

File tree

browser/pages/install/install.html

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -34,11 +34,13 @@
3434
<h4 class="modal-title" id="myModalLabel">&nbsp;</h4>
3535
</div>
3636
<div class="modal-body">
37-
<span id="tcIcon" class="pficon pficon-error-circle-o"></span>
38-
<strong id="tcMessage" class="error">Oops. Something went wrong</strong>
39-
<p>The download failed. Please check if you have internet access,
40-
connected to VPN, have correct configuration for proxy server.
41-
Try to download again after problem is fixed.</p>
37+
<div class="alert alert-danger">
38+
<span id="tcIcon" class="pficon pficon-error-circle-o"></span>
39+
<strong id="tcMessage">Hey there is a problem! Something went wrong.</strong>
40+
</div>
41+
<div>The download failed. Please check if you have internet access,
42+
connected to VPN, or have correct configuration for proxy server.
43+
Try to download again after the problem is fixed.</div>
4244
</div>
4345
<div class="modal-footer">
4446
<button type="button" class="btn btn-primary" ng-click="instCtrl.downloadAgain()">Download Again</button>

0 commit comments

Comments
 (0)