Skip to content
This repository has been archived by the owner on Aug 9, 2021. It is now read-only.

Commit

Permalink
fix(agent): fix paging
Browse files Browse the repository at this point in the history
Signed-Off-By: Thierry Bugier <tbugier@teclib.com>
  • Loading branch information
btry authored and DIOHz0r committed May 28, 2018
1 parent ccdff7f commit d57df04
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tpl/agent_fleet.html.twig
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,12 @@
<th>{{ __('name') }}</th>
</tr>
{% for agent in agents %}
{% if loop.index > start and loop.index <= stop %}
<tr class='tab_bg_2'>
<td ><center>{{ agent.id }}</center></td>
<td><center>{{ agent.name }}</center></td>
</tr>
{% endif %}
{% endfor %}
</table>
</div>
Expand Down

0 comments on commit d57df04

Please sign in to comment.