Inclusão de uma tabela de acompanhamento

This commit is contained in:
2026-07-13 18:12:04 -03:00
parent bd61b32edd
commit 75d82227c9
4 changed files with 171 additions and 0 deletions

View File

@@ -144,6 +144,7 @@
<% if @metricas %>
<%= render 'painel', metricas: @metricas, filtravel: true %>
<%= render 'mapa', metricas: @metricas %>
<%= render 'espelho' %>
<% end %>
<% elsif @modo == 'global' %>
@@ -154,6 +155,7 @@
<% if @metricas %>
<%= render 'painel', metricas: @metricas, filtravel: true %>
<%= render 'mapa', metricas: @metricas %>
<%= render 'espelho' %>
<% end %>
<% else # comparar %>