starting to be usable.
This commit is contained in:
@ -10,7 +10,7 @@
|
||||
<div class="header-container">
|
||||
<h1>Node Monitoring System</h1>
|
||||
<p>Total Nodes: <span id="node-count">0</span></p>
|
||||
<p>Service UUID: <code>{{ service_uuid }}</code></p>
|
||||
<p>Service UUID: <code>{{ service_uuid }}</code></p> <!-- ALWAYS DISPLAYED -->
|
||||
</div>
|
||||
|
||||
<div id="node-grid-container">
|
||||
|
@ -24,6 +24,7 @@
|
||||
</div>
|
||||
</div>
|
||||
<div id="log-table-container" data-service-uuid="{{ service_uuid }}">
|
||||
{# The initial logs are rendered by Jinja2 here #}
|
||||
{% if logs %}
|
||||
<table class="log-table">
|
||||
<thead>
|
||||
@ -63,4 +64,3 @@
|
||||
<script src="{{ url_for('static', path='/logs.js') }}"></script>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
|
Reference in New Issue
Block a user