mirror of
https://git.vectorsigma.ru/public/atlantis.git
synced 2026-07-29 00:18:28 +00:00
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:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user