htdocs/assets/templates/reports/reporttarget.html
<div class="bar clearfix">
<div class="pull-right">
<button type="button" class="action down-button"><span aria-hidden="true">
<span class="hoverable glyphicon glyphicon-chevron-down"></span>
</span><span class="sr-only">Move down</span></button>
<button type="button" class="action up-button"><span aria-hidden="true">
<span class="hoverable glyphicon glyphicon-chevron-up"></span>
</span><span class="sr-only">Move up</span></button>
<button type="button" class="action close-button"><span aria-hidden="true">
<span class="hoverable glyphicon glyphicon glyphicon-remove"></span>
</span><span class="sr-only">Close</span></button>
</div>
<div class="text-left">{{ name }}</div>
</div>