Commit 50928b072789b36abcfba2e7ed36bd67719a5c81

Authored by hitier
1 parent 61e60a1f

Fix agent name as title in chart

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
app/main/templates/agent.html
... ... @@ -34,7 +34,7 @@
34 34 <script>
35 35 build_chart("#projects_chart",
36 36 "{{url_for('main.charge_agent_csv', agent_id=agent.id)}}",
37   - "{{agent.name}}",
  37 + "{{agent.secondname}}"+ " {{agent.firstname}}",
38 38 "project");
39 39 </script>
40 40 {% endblock %}
... ...