mirror of
https://github.com/Noratrieb/does-it-build.git
synced 2026-01-14 10:25:01 +01:00
rewrite frontend to be less fucked
This commit is contained in:
parent
3012189906
commit
cc4d90e748
13 changed files with 379 additions and 19 deletions
|
|
@ -12,8 +12,7 @@
|
|||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<h1>Build results for nightly-{{nightly}} target-{{target}} {{mode}}</h1>
|
||||
<a href="/">Back</a>
|
||||
<h1>Build results for nightly-{{nightly}} target {{target}} {{mode}}</h1>
|
||||
<div style="margin-top: 20px" class="{{status}} build-indicator-big">
|
||||
{{status}}
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -24,14 +24,16 @@ td {
|
|||
writing-mode: sideways-lr;
|
||||
}
|
||||
|
||||
.build-cell {
|
||||
font-size: 2rem;
|
||||
}
|
||||
|
||||
.build-info-a {
|
||||
color: black;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.build-cell {
|
||||
padding-left: 5px;
|
||||
padding-right: 5px;
|
||||
height: 100%;
|
||||
width: 100%;
|
||||
padding: 5px;
|
||||
}
|
||||
|
||||
.target-name-col {
|
||||
|
|
|
|||
|
|
@ -143,7 +143,7 @@ const miriTable = new Table(
|
|||
);
|
||||
|
||||
function fetchTargets() {
|
||||
fetch("target-state")
|
||||
fetch("full-mega-monster")
|
||||
.then((body) => body.json())
|
||||
.then((body) => {
|
||||
const core = body.filter((info) => info.mode === "core");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue