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

Merge branch 'SDC-438-filters-on-dashboard' into 'master'

Sdc 438 filters on dashboard

See merge request !186
parents bb703f7d 14473804
Branches
Tags
3 merge requests!187Master,!186Sdc 438 filters on dashboard,!185Master
Pipeline #24377 passed
...@@ -19,26 +19,27 @@ TD { ...@@ -19,26 +19,27 @@ TD {
.max { .max {
font-weight: bold; font-weight: bold;
color: blue;
background-color: lightgreen; background-color: lightgreen;
} }
.aggregate { .aggregate {
font-weight: bold; font-weight: bold;
color: blue;
background-color: lightgreen; background-color: lightgreen;
} }
.modal-content { .aggregate_failed {
overflow: scroll !important; font-weight: bold;
color: red;
background-color: lightgreen;
} }
.error,.failed,.staging_failed,.processed_failed,.scrubbed_failed,.stored_failed,.archived_failed { .error,.failed,.staging_failed,.processed_failed,.scrubbed_failed,.stored_failed,.archived_failed {
color: red; color: red;
font-weight: bold; font-weight: bold;
} }
.processed { .processed,.ok,.running {
color: green; color: green;
font-weight: bold; font-weight: bold;
} }
...@@ -48,8 +49,6 @@ TD { ...@@ -48,8 +49,6 @@ TD {
font-style: italic; font-style: italic;
} }
.processing,.processing_copying { .processing,.processing_copying {
font-weight: bold; font-weight: bold;
background-color: lightyellow; background-color: lightyellow;
...@@ -116,3 +115,7 @@ p.title { ...@@ -116,3 +115,7 @@ p.title {
.modal-dialog .modal-lg { .modal-dialog .modal-lg {
max-width: 75% !important; max-width: 75% !important;
} }
.modal-content {
overflow: scroll !important;
}
\ No newline at end of file
...@@ -39,7 +39,7 @@ TD { ...@@ -39,7 +39,7 @@ TD {
font-weight: bold; font-weight: bold;
} }
.processed,.ok { .processed,.ok,.running {
color: green; color: green;
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 (31 jan 2021 - 14:00) <p class="footer"> Version 1.0.0 (1 feb 2021 - 8:00)
</div> </div>
......
...@@ -10,7 +10,7 @@ ...@@ -10,7 +10,7 @@
<h5>Health and Status of the LDV services.</h5> <h5>Health and Status of the LDV services.</h5>
<table class="table table-striped"> <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> <tbody>
{{ monitor_results | safe }} {{ monitor_results | safe }}
</tbody> </tbody>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment