File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2020 </ div >
2121 </ div >
2222 < div class ="confirm-summary-list ">
23- < div ng-repeat ="component in downloadComp | orderBy: '-downloaded' " class ="summary-info " id ="{{component.keyName}}-info ">
24- < span ng-class ="{'pficon pficon-ok': component.downloaded, 'fa fa-download info-color': !component.downloaded} "> </ span >
23+ < div ng-repeat ="component in downloadComp | orderBy: [ '-downloaded','size'] " class ="summary-info " id ="{{component.keyName}}-info ">
24+ < span ng-class ="{'pficon pficon-ok': component.downloaded || component.size == 0 , 'fa fa-download info-color': !component.downloaded} "> </ span >
2525 < strong id ="{{component.keyName}}-name "> {{component.productName}}</ strong >
2626 < span id ="{{component.keyName}}-version " class ="product-info "> | {{component.productVersion}}</ span >
2727 < strong id ="{{component.keyName}}-download-status " class ="pull-right "> {{component.getDownloadStatus()}}</ strong >
You can’t perform that action at this time.
0 commit comments