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

embelished device configuration history table

parent b3580758
...@@ -45,12 +45,13 @@ ...@@ -45,12 +45,13 @@
<h3 class="mb-0" id="confhistory">Configuration history</h3> <h3 class="mb-0" id="confhistory">Configuration history</h3>
</div> </div>
{% if config_list %} {% if config_list %}
<table class="table"> <div class="table-responsive">
<thead> <table class="table align-items-center table-flush">
<th> Config ID </th> <thead class="thread-light">
<th> Arguments </th> <th scope="col"> Config ID </th>
<th> Status </th> <th scope="col"> Arguments </th>
<th> </th> <th scope="col"> Status </th>
<th scope="col"> </th>
</thead> </thead>
<tbody> <tbody>
{% for c in config_list %} {% for c in config_list %}
...@@ -70,6 +71,7 @@ ...@@ -70,6 +71,7 @@
{% endfor %} {% endfor %}
</tbody> </tbody>
</table> </table>
</div>
{% else %} {% else %}
<div class="col-lg-12"> <div class="col-lg-12">
<center><p style="margin-top: 35px;"> No configuration messages. </p></center> <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