Commit 80467a1de6c86c8618d03b0671d7131c0d826ffc
1 parent
48453e04
Exists in
master
and in
1 other branch
Correção na apresentação do CSV no 'faturamento' e 'sem coletas'. E adição do bo…
…tão para a apresentação do CSV onde é mostrado as máquinas de cada subrede.
Showing
1 changed file
with
1 additions
and
0 deletions
Show diff stats
src/Cacic/RelatorioBundle/Resources/views/Faturamento/inativosResultado.html.twig
... | ... | @@ -13,6 +13,7 @@ |
13 | 13 | <h5>{{ 'Relatório gerado em'|trans }} {% if idioma == 'pt_BR' %}{{ "now"|date("d/m/Y H\\hi") }}{% else %}{{ "now"|date("m/d/Y H\\hi") }}{% endif %}</h5> |
14 | 14 | |
15 | 15 | <hr /> |
16 | + | |
16 | 17 | <!--Botão CSV--> |
17 | 18 | <a class="btn btn-primary" type="submit" href="{{ path('cacic_inativos_csv') }}" title="{{ "Máquinas sem coletas"|trans }}" target="_self"> |
18 | 19 | <i class="icon-bar-chart"></i> | ... | ... |