forked from ALHP/ALHP.GO
make icons bigger, more style improvements
This commit is contained in:
@@ -7,7 +7,7 @@ Buildbot for Archlinux-based repos build with different
|
|||||||
[LTO](https://en.wikipedia.org/wiki/Interprocedural_optimization).
|
[LTO](https://en.wikipedia.org/wiki/Interprocedural_optimization).
|
||||||
|
|
||||||
> ⚠️ NVIDIA graphic users using the **proprietary driver** is highly recommended reading the
|
> ⚠️ NVIDIA graphic users using the **proprietary driver** is highly recommended reading the
|
||||||
> [FAQ about Linux kernel modules](https://git.harting.dev/ALHP/ALHP.GO#directly-linked-kernel-modules) ⚠️
|
> [FAQ about Linux kernel modules](#directly-linked-kernel-modules) ⚠️
|
||||||
|
|
||||||
## Check your system for support
|
## Check your system for support
|
||||||
|
|
||||||
|
@@ -81,27 +81,28 @@
|
|||||||
<td>{{$pkg.Status}}</td>
|
<td>{{$pkg.Status}}</td>
|
||||||
<td>{{$pkg.Skip}}</td>
|
<td>{{$pkg.Skip}}</td>
|
||||||
<td class="text-center fs-6">
|
<td class="text-center fs-6">
|
||||||
{{if $pkg.LTO}}<i class="fa fa-check" style="color: var(--bs-success)"
|
{{if $pkg.LTO}}<i class="fa fa-check fa-lg" style="color: var(--bs-success)"
|
||||||
title="build with LTO"></i>{{end}}
|
title="build with LTO"></i>{{end}}
|
||||||
{{if $pkg.LTODisabled}}<i class="fa fa-times" style="color: var(--bs-danger)"
|
{{if $pkg.LTODisabled}}<i class="fa fa-times fa-lg" style="color: var(--bs-danger)"
|
||||||
title="LTO explicitly disabled"></i>{{end}}
|
title="LTO explicitly disabled"></i>{{end}}
|
||||||
{{if $pkg.LTOAutoDisabled}}<i class="fa fa-times-circle-o"
|
{{if $pkg.LTOAutoDisabled}}<i class="fa fa-times-circle-o fa-lg"
|
||||||
style="color: var(--bs-danger)"
|
style="color: var(--bs-danger)"
|
||||||
title="LTO automatically disabled"></i>{{end}}
|
title="LTO automatically disabled"></i>{{end}}
|
||||||
{{if $pkg.LTOUnknown}}<i class="fa fa-hourglass-o" title="not build with LTO yet"></i>{{end}}
|
{{if $pkg.LTOUnknown}}<i class="fa fa-hourglass-o fa-lg"
|
||||||
|
title="not build with LTO yet"></i>{{end}}
|
||||||
</td>
|
</td>
|
||||||
<td>{{$pkg.Svn2GitVersion}}</td>
|
<td>{{$pkg.Svn2GitVersion}}</td>
|
||||||
<td>{{$pkg.Version}}</td>
|
<td>{{$pkg.Version}}</td>
|
||||||
<td class="text-end info-box">
|
<td class="text-end info-box">
|
||||||
{{with $pkg.Log}}<a href="{{.}}" title="build log"
|
{{with $pkg.Log}}<a href="{{.}}" title="build log"
|
||||||
><i class="fa fa-file-text"></i></a
|
><i class="fa fa-file-text fa-lg"></i></a
|
||||||
>{{end}}
|
>{{end}}
|
||||||
<a class="text-decoration-none fw-bold"
|
<a class="text-decoration-none fw-bold"
|
||||||
href="https://archlinux.org/packages/?q={{$pkg.Pkgbase}}" title="Archweb">AW</a>
|
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"
|
<a data-bs-html="true" data-bs-placement="bottom" data-bs-toggle="tooltip"
|
||||||
href="#{{$repo.Name}}-{{$march.Name}}-{{$pkg.Pkgbase}}"
|
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}}Build duration: {{$pkg.BuildDuration}} {{end}}Last checked on {{$pkg.Checked}}">
|
||||||
<i class="fa fa-info-circle"></i></a>
|
<i class="fa fa-info-circle fa-lg"></i></a>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
{{end}}
|
{{end}}
|
||||||
|
Reference in New Issue
Block a user