File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ footer {
4444 }
4545
4646 .is-disabled {
47- opacity : .5 ;
47+ opacity : 0.1 ;
4848 pointer-events : none;
4949 }
5050
Original file line number Diff line number Diff line change 44</ header >
55
66< 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 >
15-
167 < form name ="confirmForm " id ="confirmForm " class ="form-horizontal " ng-submit ="confCtrl.install() " ng-class ="{'is-disabled':confCtrl.isDisabled} ">
178
9+ < p class ="installation-note has-spinner " ng-show ="confCtrl.numberOfExistingInstallations>0 ">
10+ < span class ="pficon-info "> </ span > {{confCtrl.installedSearchNote}}
11+ </ p >
12+ < p class ="installation-note "> Select the components to install</ p >
13+
1814 <!-- devstudio -->
1915 < div id ="devstudio-panel " class ="panel panel-default panel2pxborder " ng-hide ="checkboxModel.devstudio === undefined " ng-class ="{'zero-border':checkboxModel.devstudio.hasOption('detected')} ">
2016 < div id ="devstudio-panel-heading " class ="panel-heading panel-normal "
494490 </ div >
495491 </ form >
496492
497- < div id ="detection-info " class ="centered has-spinner " ng-show ="confCtrl.isDisabled " ng-class ="{'active':confCtrl.isDisabled} ">
493+ < div id ="detection-info " class ="centered has-spinner " ng-show ="confCtrl.isDisabled " ng-class ="{'active':confCtrl.isDisabled} ">
498494 < span class ="spinner spinner-lg spinner-bgcolour spinner-inline "> < i class ="icon-spin icon-refresh "> </ i > </ span >
499495 < p class ="installation-note ">
500496 < div class ="detection-msg ">
You can’t perform that action at this time.
0 commit comments