Commit 8d340ab4 authored by Vladislav Rykov's avatar Vladislav Rykov
Browse files

embelished device configuration history table

parent b3580758
......@@ -45,12 +45,13 @@
<h3 class="mb-0" id="confhistory">Configuration history</h3>
</div>
{% if config_list %}
<table class="table">
<thead>
<th> Config ID </th>
<th> Arguments </th>
<th> Status </th>
<th> </th>
<div class="table-responsive">
<table class="table align-items-center table-flush">
<thead class="thread-light">
<th scope="col"> Config ID </th>
<th scope="col"> Arguments </th>
<th scope="col"> Status </th>
<th scope="col"> </th>
</thead>
<tbody>
{% for c in config_list %}
......@@ -70,6 +71,7 @@
{% endfor %}
</tbody>
</table>
</div>
{% else %}
<div class="col-lg-12">
<center><p style="margin-top: 35px;"> No configuration messages. </p></center>
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment