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

add graph button to monitoring screen

parent 9ad82be3
No related branches found
No related tags found
1 merge request!347status plots functionality
Pipeline #74692 passed
...@@ -16,11 +16,14 @@ ...@@ -16,11 +16,14 @@
   
<div class="thumbnail"> <div class="thumbnail">
<h5>Health and Status of the LDV services.</h5> <h5>Health and Status of the LDV services.</h5>
{% if user.is_superuser %}
<p> <p>
<a href="{% url 'clear-inactive-services' %}" class="btn btn-secondary btn-sm" role="button"><i class="fas fa-window-close"></i> Clear Services</a> {% if user.is_superuser %}
<a href="{% url 'clear-inactive-services' %}" class="btn btn-secondary btn-sm" role="button"><i class="fas fa-window-close"></i> Clear Services</a>
{% endif %}
<a href="{% url 'create_status_graph' %}" class="btn btn-primary btn-sm" role="button"><i class="fas fa-chart-line"></i> Status Graph</a>
</p> </p>
{% endif %}
<table class="table table-striped"> <table class="table table-striped">
<th>LDV-Service</th><th>Host</th><th>Enabled</th><th>Last Status</th><th>Timestamp</th><th>Process id</th><th>Description</th> <th>LDV-Service</th><th>Host</th><th>Enabled</th><th>Last Status</th><th>Timestamp</th><th>Process id</th><th>Description</th>
<tbody> <tbody>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment