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

small gui and css change

parent 1af0cba5
Branches
No related tags found
2 merge requests!187Master,!186Sdc 438 filters on dashboard
......@@ -19,26 +19,27 @@ TD {
.max {
font-weight: bold;
color: blue;
background-color: lightgreen;
}
.aggregate {
font-weight: bold;
color: blue;
background-color: lightgreen;
}
.modal-content {
overflow: scroll !important;
.aggregate_failed {
font-weight: bold;
color: red;
background-color: lightgreen;
}
.error,.failed,.staging_failed,.processed_failed,.scrubbed_failed,.stored_failed,.archived_failed {
color: red;
font-weight: bold;
}
.processed {
.processed,.ok,.running {
color: green;
font-weight: bold;
}
......@@ -48,8 +49,6 @@ TD {
font-style: italic;
}
.processing,.processing_copying {
font-weight: bold;
background-color: lightyellow;
......@@ -116,3 +115,7 @@ p.title {
.modal-dialog .modal-lg {
max-width: 75% !important;
}
.modal-content {
overflow: scroll !important;
}
\ No newline at end of file
......@@ -39,7 +39,7 @@ TD {
font-weight: bold;
}
.processed,.ok {
.processed,.ok,.running {
color: green;
font-weight: bold;
}
......
......@@ -80,7 +80,7 @@
{% include 'taskdatabase/pagination.html' %}
</div>
</div>
<p class="footer"> Version 1.0.0 (31 jan 2021 - 14:00)
<p class="footer"> Version 1.0.0 (1 feb 2021 - 8:00)
</div>
......
......@@ -10,7 +10,7 @@
<h5>Health and Status of the LDV services.</h5>
<table class="table table-striped">
<th>LDV-Service</th><th>Host</th><th>Status</th><th>Timestamp</th><th>Working on</th><th>Description</th>
<th>LDV-Service</th><th>Host</th><th>Status</th><th>Timestamp</th><th>Process id</th><th>Description</th>
<tbody>
{{ monitor_results | safe }}
</tbody>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment