Commit 24bd3b6cb3f859b0deb29e837abb1bca7379d923

Authored by Alexis Koralewski
1 parent 4d953583
Exists in dev

ui change on agent page

src/core/pyros_django/dashboard/templates/dashboard/agent_detail.html
... ... @@ -41,7 +41,7 @@
41 41 }
42 42 </style>
43 43 <div>
44   - <h1> {{ agent_name }} </h1>
  44 + <h1> {{ agent_name }} </h1><br>
45 45 {% if managed_by %}
46 46 <p> This agent is managed by <a href="{% url 'agent_detail' managed_by %}">{{ managed_by }} </a></p>
47 47 {% endif %}
... ...
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">
... ...