mirror of
https://github.com/Noratrieb/does-it-build.git
synced 2026-01-14 10:25:01 +01:00
Improve table
This commit is contained in:
parent
ae1f0b96e3
commit
67459f825b
5 changed files with 51 additions and 28 deletions
|
|
@ -12,8 +12,11 @@
|
|||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<h1>Build results nightly-{{nightly}} target-{{target}}</h1>
|
||||
<div class="{{status}} build-indicator-big">{{status}}</div>
|
||||
<h1>Build results for nightly-{{nightly}} target-{{target}} {{mode}}</h1>
|
||||
<a href="/">Back</a>
|
||||
<div style="margin-top: 20px" class="{{status}} build-indicator-big">
|
||||
{{status}}
|
||||
</div>
|
||||
<pre>
|
||||
{{stderr}}
|
||||
</pre>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue