Commit 24bd3b6cb3f859b0deb29e837abb1bca7379d923
1 parent
4d953583
Exists in
dev
ui change on agent page
Showing
2 changed files
with
3 additions
and
2 deletions
Show diff stats
src/core/pyros_django/dashboard/templates/dashboard/agent_detail.html
src/core/pyros_django/dashboard/templates/dashboard/agents_state.html
... | ... | @@ -18,13 +18,14 @@ |
18 | 18 | #tableoverflow{ |
19 | 19 | overflow-x: scroll; |
20 | 20 | } |
21 | + | |
21 | 22 | </style> |
22 | 23 | |
23 | 24 | <script src="../public/static/js/vue.min.js"></script> |
24 | 25 | {% endblock %} |
25 | 26 | {% block content %} |
26 | 27 | |
27 | -<h1> Agents state </h1> | |
28 | +<h1> Agents state </h1><br> | |
28 | 29 | <div id="overflowtable"> |
29 | 30 | <table |
30 | 31 | class="table table-bordered table-hover table-striped tablesorter" id="agents_state_table"> | ... | ... |