Set defined widths for statuses
This commit is contained in:
parent
b5a5d66aad
commit
7b63ca627e
@ -72,7 +72,7 @@
|
|||||||
<tbody>
|
<tbody>
|
||||||
<tr>
|
<tr>
|
||||||
{% if repo.pull_class != "" %}
|
{% if repo.pull_class != "" %}
|
||||||
<td>
|
<td class="w-25">
|
||||||
<div class="justify-content-center align-items-center align-middle {{repo.pull_class}} text-white">
|
<div class="justify-content-center align-items-center align-middle {{repo.pull_class}} text-white">
|
||||||
Pull
|
Pull
|
||||||
</div>
|
</div>
|
||||||
@ -80,7 +80,7 @@
|
|||||||
{% endif %}
|
{% endif %}
|
||||||
{% if repo.tarball_class != "" %}
|
{% if repo.tarball_class != "" %}
|
||||||
<td><i class="fa-solid fa-right-long" style="font-size: 1.5rem;"></i></td>
|
<td><i class="fa-solid fa-right-long" style="font-size: 1.5rem;"></i></td>
|
||||||
<td>
|
<td class="w-25">
|
||||||
<div class="justify-content-center align-items-center align-middle {{repo.tarball_class}} text-white">
|
<div class="justify-content-center align-items-center align-middle {{repo.tarball_class}} text-white">
|
||||||
Tarball
|
Tarball
|
||||||
</div>
|
</div>
|
||||||
@ -88,7 +88,7 @@
|
|||||||
{% endif %}
|
{% endif %}
|
||||||
{% if repo.source_build_class != "" %}
|
{% if repo.source_build_class != "" %}
|
||||||
<td><i class="fa-solid fa-right-long" style="font-size: 1.5rem;"></i></td>
|
<td><i class="fa-solid fa-right-long" style="font-size: 1.5rem;"></i></td>
|
||||||
<td>
|
<td class="w-25">
|
||||||
<div class="justify-content-center align-items-center align-middle {{repo.source_build_class}} text-white">
|
<div class="justify-content-center align-items-center align-middle {{repo.source_build_class}} text-white">
|
||||||
Source Build
|
Source Build
|
||||||
</div>
|
</div>
|
||||||
@ -96,7 +96,7 @@
|
|||||||
{% endif %}
|
{% endif %}
|
||||||
{% if repo.upload_class != "" %}
|
{% if repo.upload_class != "" %}
|
||||||
<td><i class="fa-solid fa-right-long" style="font-size: 1.5rem;"></i></td>
|
<td><i class="fa-solid fa-right-long" style="font-size: 1.5rem;"></i></td>
|
||||||
<td>
|
<td class="w-25">
|
||||||
<div class="justify-content-center align-items-center align-middle {{repo.upload_class}} text-white">
|
<div class="justify-content-center align-items-center align-middle {{repo.upload_class}} text-white">
|
||||||
Upload
|
Upload
|
||||||
</div>
|
</div>
|
||||||
@ -105,7 +105,7 @@
|
|||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
{% if repo.source_check_class != "" %}
|
{% if repo.source_check_class != "" %}
|
||||||
<td>
|
<td class="w-25">
|
||||||
<div class="justify-content-center align-items-center align-middle {{repo.source_check_class}} text-white">
|
<div class="justify-content-center align-items-center align-middle {{repo.source_check_class}} text-white">
|
||||||
Source Check
|
Source Check
|
||||||
</div>
|
</div>
|
||||||
@ -113,7 +113,7 @@
|
|||||||
{% endif %}
|
{% endif %}
|
||||||
{% if repo.build_check_class != "" %}
|
{% if repo.build_check_class != "" %}
|
||||||
<td><i class="fa-solid fa-right-long" style="font-size: 1.5rem;"></i></td>
|
<td><i class="fa-solid fa-right-long" style="font-size: 1.5rem;"></i></td>
|
||||||
<td>
|
<td class="w-25">
|
||||||
<div class="justify-content-center align-items-center align-middle {{repo.build_check_class}} text-white">
|
<div class="justify-content-center align-items-center align-middle {{repo.build_check_class}} text-white">
|
||||||
Build Check
|
Build Check
|
||||||
</div>
|
</div>
|
||||||
@ -121,7 +121,7 @@
|
|||||||
{% endif %}
|
{% endif %}
|
||||||
{% if repo.lintian_class != "" %}
|
{% if repo.lintian_class != "" %}
|
||||||
<td><i class="fa-solid fa-right-long" style="font-size: 1.5rem;"></i></td>
|
<td><i class="fa-solid fa-right-long" style="font-size: 1.5rem;"></i></td>
|
||||||
<td>
|
<td class="w-25">
|
||||||
<div class="justify-content-center align-items-center align-middle {{repo.lintian_class}} text-white">
|
<div class="justify-content-center align-items-center align-middle {{repo.lintian_class}} text-white">
|
||||||
Lintian
|
Lintian
|
||||||
</div>
|
</div>
|
||||||
@ -129,7 +129,7 @@
|
|||||||
{% endif %}
|
{% endif %}
|
||||||
{% if repo.britney_class != "" %}
|
{% if repo.britney_class != "" %}
|
||||||
<td><i class="fa-solid fa-right-long" style="font-size: 1.5rem;"></i></td>
|
<td><i class="fa-solid fa-right-long" style="font-size: 1.5rem;"></i></td>
|
||||||
<td>
|
<td class="w-25">
|
||||||
<div class="justify-content-center align-items-center align-middle {{repo.britney_class}} text-white">
|
<div class="justify-content-center align-items-center align-middle {{repo.britney_class}} text-white">
|
||||||
Britney
|
Britney
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user