Skip to content
Snippets Groups Projects
Commit 565880ab authored by Nico Vermaas's avatar Nico Vermaas
Browse files

checking if CI/CD still works (code unchanged, except for timestamp))

parent fc24410a
No related branches found
No related tags found
No related merge requests found
Pipeline #7574 passed
...@@ -38,12 +38,15 @@ TD { ...@@ -38,12 +38,15 @@ TD {
.invalid,.error,.aborted,.incomplete,.failed,.Failed { .invalid,.error,.aborted,.incomplete,.failed,.Failed {
color: red; color: red;
} }
.ingesting {
color: green;
font-weight: bold;
}
.staging,.submitting,.running,.ingesting { .staging,.submitting,.running,.ingesting {
font-style: italic; font-style: italic;
color: green;
font-weight: bold;
}
.running {
font-weight: bold;
background-color: lightyellow;
} }
p.title { p.title {
......
...@@ -45,7 +45,7 @@ ...@@ -45,7 +45,7 @@
</div> </div>
{% include 'taskdatabase/pagination.html' %} {% include 'taskdatabase/pagination.html' %}
</div> </div>
<p class="footer"> Version 1.0.0 (23 dec 2020 - 14:00) <p class="footer"> Version 1.0.0 (7 jan 2021 - 08:30)
<script type="text/javascript"> <script type="text/javascript">
(function(seconds) { (function(seconds) {
var refresh, var refresh,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment