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

add fetching/fetched and storing/stored statusses to GUI

parent 4358e4a3
No related branches found
No related tags found
3 merge requests!143Query Page:,!115Master,!113Dev nico
...@@ -17,7 +17,7 @@ TD { ...@@ -17,7 +17,7 @@ TD {
background-color: lemonchiffon; background-color: lemonchiffon;
} }
.error,.failed,.staging_failed,.processed_failed,.scrubbed_failed { .error,.failed,.staging_failed,.processed_failed,.scrubbed_failed,.stored_failed {
color: red; color: red;
font-weight: bold; font-weight: bold;
} }
......
...@@ -17,7 +17,7 @@ TD { ...@@ -17,7 +17,7 @@ TD {
background-color: lemonchiffon; background-color: lemonchiffon;
} }
.error,.failed,.staging_failed,.processed_failed,.scrubbed_failed { .error,.failed,.staging_failed,.processed_failed,.scrubbed_failed,.stored_failed {
color: red; color: red;
font-weight: bold; font-weight: bold;
} }
......
...@@ -80,7 +80,7 @@ ...@@ -80,7 +80,7 @@
{% include 'taskdatabase/pagination.html' %} {% include 'taskdatabase/pagination.html' %}
</div> </div>
</div> </div>
<p class="footer"> Version 1.0.0 (13 apr 2021 - 17:30) <p class="footer"> Version 1.0.0 (13 apr 2021 - 17:35)
</div> </div>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment