File tree Expand file tree Collapse file tree 4 files changed +14
-6
lines changed
Expand file tree Collapse file tree 4 files changed +14
-6
lines changed Original file line number Diff line number Diff line change @@ -502,7 +502,7 @@ div.l-content > div.l-separator:nth-of-type(4) {
502502
503503.units .l-unit .l-unit--outdated {
504504 color : # d4d4d4 ;
505- background-color : # 760000 ;
505+ background-color : # 981111 ;
506506}
507507
508508.l-unit--outdated .selected {
Original file line number Diff line number Diff line change @@ -1710,6 +1710,10 @@ div.l-content > div.l-separator:nth-of-type(4) {
17101710 color : # 4b4b4b ;
17111711}
17121712
1713+ .body-updates .units .l-unit .l-unit--outdated .fas .fa-box-open {
1714+ color : # da1010 ;
1715+ }
1716+
17131717.l-unit--suspended .l-unit__name ,
17141718.l-unit--suspended b ,
17151719.l-unit--outdated .l-unit__name ,
Original file line number Diff line number Diff line change 99 } ?>
1010 </ div >
1111 < div class ="l-sort-toolbar clearfix ">
12+ <!-- Disable option to perform package updates via web due to timeout issues with current implementation
1213 <table>
1314 <tr>
1415 <td>
2425 </td>
2526 </tr>
2627 </table>
28+ -->
2729 </ div >
2830 </ div >
2931 </ div >
3436 < div class ="header table-header ">
3537 < div class ="l-unit__col l-unit__col--right ">
3638 < div >
37- < div class ="clearfix l-unit__stat-col--left super-compact ">
38- < input id ="toggle-all " type ="checkbox " name ="toggle-all " value ="toggle-all " onChange ="checkedAll('objects'); ">
39+ < div class ="clearfix l-unit__stat-col--left super-compact center ">
40+
41+ <!-- <input id="toggle-all" type="checkbox" name="toggle-all" value="toggle-all" onChange="checkedAll('objects');"> -->
3942 </ div >
4043 < div class ="clearfix l-unit__stat-col--left wide "> < b > < ?php print _('Package');?> </ b > </ div >
4144 < div class ="clearfix l-unit__stat-col--left wide-5 "> < b > < ?php print _('Description');?> </ b > </ div >
6568
6669 < div class ="l-unit__col l-unit__col--right ">
6770 < div >
68- < div class ="clearfix l-unit__stat-col--left super-compact ">
69- < input id ="check<?php echo $i ?> " class ="ch-toggle " type ="checkbox " name ="pkg[] " value ="<?php echo $key ?> ">
71+ < div class ="clearfix l-unit__stat-col--left super-compact center ">
72+ < i class ="fas fa-box-open status-icon dim "> </ i >
73+ <!-- <input id="check<?php echo $i ?>" class="ch-toggle" type="checkbox" name="pkg[]" value="<?php echo $key ?>"> -->
7074 </ div >
7175 < div class ="clearfix l-unit__stat-col--left wide "> < b > < ?=$key?> </ b > </ div >
7276 < div class ="clearfix l-unit__stat-col--left wide-5 "> < ?=_($data[$key]['DESCR'])?> </ div >
You can’t perform that action at this time.
0 commit comments