forked from ALHP/ALHP.GO
more follow-up fixes for new build-queue
This commit is contained in:
@@ -112,7 +112,7 @@
|
||||
href="https://archlinux.org/packages/?q={{$pkg.Pkgbase}}" title="ArchWeb">AW</a>
|
||||
<a data-bs-html="true" data-bs-placement="bottom" data-bs-toggle="tooltip"
|
||||
href="#{{$repo.Name}}-{{$march.Name}}-{{$pkg.Pkgbase}}"
|
||||
title="{{if $pkg.BuildDate}}Build on {{$pkg.BuildDate}} {{end}}{{if $pkg.BuildDuration}}Build duration: {{$pkg.BuildDuration}} {{end}}Last checked on {{$pkg.Checked}}">
|
||||
title="{{if $pkg.BuildDate}}Build on {{$pkg.BuildDate}} {{end}}{{if $pkg.BuildDuration}}CPU-Time: {{$pkg.BuildDuration}} {{end}}Last checked on {{$pkg.Checked}}">
|
||||
<i class="fa fa-info-circle fa-lg"></i></a>
|
||||
</td>
|
||||
</tr>
|
||||
@@ -156,7 +156,7 @@
|
||||
});
|
||||
|
||||
function searchFilter() {
|
||||
let input, filter, table, tr, td, i, txtValue;
|
||||
let input, filter, tr, td, i, txtValue;
|
||||
input = document.getElementById('table-sort-input')
|
||||
filter = input.value.toUpperCase()
|
||||
const tables = document.getElementsByClassName('table-sorted');
|
||||
|
Reference in New Issue
Block a user