|
4 | 4 | </header> |
5 | 5 |
|
6 | 6 | <main class="col-sm-12 bottom-spacer" > |
| 7 | + <p class="installation-note has-spinner" ng-show="!confCtrl.isDisabled"> |
| 8 | + <span class="pficon-info" ng-show="confCtrl.numberOfExistingInstallations>0"></span> |
| 9 | + {{confCtrl.installedSearchNote}} |
| 10 | + <br ng-show="confCtrl.numberOfExistingInstallations>0"> |
| 11 | + <span id="instructions" class="installation-instruction"> |
| 12 | + Select the components to install |
| 13 | + </span> |
| 14 | + </p> |
7 | 15 |
|
8 | 16 | <form name="confirmForm" id="confirmForm" class="form-horizontal" ng-submit="confCtrl.install()" ng-class="{'is-disabled':confCtrl.isDisabled}"> |
9 | 17 |
|
10 | | - <div class="centered has-spinner" ng-class="{'active':confCtrl.isDisabled}"> |
11 | | - <span class="spinner spinner-lg spinner-inline spinner-bgcolour"><i class="icon-spin icon-refresh"></i></span> |
12 | | - </div> |
13 | | - <p id="detection-info" class="installation-note has-spinner" ng-class="{'active':confCtrl.isDisabled}"> |
14 | | - <div class="detection-msg"> |
15 | | - <span class="pficon-info" ng-show="!confCtrl.isDisabled && confCtrl.numberOfExistingInstallations>0"></span> |
16 | | - <h2><strong>{{confCtrl.installedSearchNote}}</strong></h2> |
17 | | - </div> |
18 | | - <br ng-show="!confCtrl.isDisabled && confCtrl.numberOfExistingInstallations>0"> |
19 | | - <span id="instructions" class="installation-instruction" ng-show="!confCtrl.isDisabled"> |
20 | | - Select the components to install |
21 | | - </span> |
22 | | - </p> |
23 | | - |
24 | 18 | <!-- devstudio --> |
25 | 19 | <div id="devstudio-panel" class="panel panel-default panel2pxborder" ng-hide="checkboxModel.devstudio === undefined" ng-class="{'zero-border':checkboxModel.devstudio.hasOption('detected')}"> |
26 | 20 | <div id="devstudio-panel-heading" class="panel-heading panel-normal" |
@@ -499,6 +493,15 @@ <h2><strong>{{confCtrl.installedSearchNote}}</strong></h2> |
499 | 493 | </div> |
500 | 494 | </div> |
501 | 495 | </form> |
| 496 | + |
| 497 | + <div id="detection-info" class="centered has-spinner" ng-show="confCtrl.isDisabled" ng-class="{'active':confCtrl.isDisabled}"> |
| 498 | + <span class="spinner spinner-lg spinner-bgcolour spinner-inline"><i class="icon-spin icon-refresh"></i></span> |
| 499 | + <p class="installation-note"> |
| 500 | + <div class="detection-msg"> |
| 501 | + <h2>{{confCtrl.installedSearchNote}}</h2> |
| 502 | + </div> |
| 503 | + </p> |
| 504 | + </div> |
502 | 505 | </main> |
503 | 506 |
|
504 | 507 | <footer id="footer-navigation" class="no-background-color"> |
|
0 commit comments