feat: Jobs now shown in a table in the main page (#3784)

* feat: better logging for UpdateStatus

* feat: jobs now shown in a table in the main page

---------

Co-authored-by: PePe Amengual <jose.amengual@gmail.com>
This commit is contained in:
Marcos Diez
2023-12-11 23:34:33 -03:00
committed by GitHub
parent 070fd3e925
commit ce95f8ee05
8 changed files with 221 additions and 33 deletions

View File

@@ -300,6 +300,25 @@ tbody {
.lock-datetime {
color: #999;
}
/* Style for the Pull To Job Mapping Table */
.pulls-grid{
display: grid;
grid-template-columns: auto auto auto auto;
border: 1px solid #dbeaf4;
width: 100%;
font-size: 12px;
}
.pulls-row {
display: contents;
text-transform: uppercase;
}
.pulls-element {
border-bottom: 1px solid #dbeaf4;
padding: 5px;
}
/* The Modal (background) */
.modal {
display: none; /* Hidden by default */