Skip to content

Commit

Permalink
feat: altera local do config dos cards identificados (#225)
Browse files Browse the repository at this point in the history
  • Loading branch information
vicmagpac authored and lpirola committed Aug 28, 2024
1 parent 055ad25 commit 917e51f
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions config/Metabase.php
Original file line number Diff line number Diff line change
Expand Up @@ -135,14 +135,14 @@
],
'entities' => [
[
'id' => 'espacos-cadastrados',
'type' => 'space',
'label' => '',
'icon'=> 'space',
'iconClass'=> 'space__color',
'panelLink'=> 'painel-espacos',
'data'=> [
[
'id' => 'espacos-cadastrados',
'icon'=> 'space',
'label' => 'Espaços cadastrados',
'entity' => 'MapasCulturais\\Entities\\Space',
Expand All @@ -152,14 +152,14 @@
]
],
[
'id' => 'espacos-certificados',
'type' => 'space',
'label' => '',
'icon'=> 'space',
'iconClass'=> 'space__color',
'panelLink'=> 'painel-espacos',
'data'=> [
[
'id' => 'espacos-certificados',
'icon'=> 'space',
'label'=> 'Espaços certificados',
'entity'=> 'MapasCulturais\\Entities\\Space',
Expand All @@ -171,14 +171,14 @@
]
],
[
'id' => 'agentes-cadastrados',
'type' => 'agent',
'label' => '',
'icon'=> 'agent',
'iconClass'=> 'agent__color',
'panelLink'=> 'painel-agentes',
'data'=> [
[
'id' => 'agentes-cadastrados',
'icon'=> 'agent',
'label' => 'Agentes cadastrados',
'entity' => 'MapasCulturais\\Entities\\Agent',
Expand All @@ -188,14 +188,14 @@
]
],
[
'id' => 'agentes-individuais',
'type' => 'agent',
'label' => '',
'icon'=> 'agent',
'iconClass'=> 'agent__color',
'panelLink'=> 'painel-agentes',
'data'=> [
[
'id' => 'agentes-individuais',
'icon'=> 'agent',
'label' => 'Agentes individuais',
'entity' => 'MapasCulturais\\Entities\\Agent',
Expand All @@ -205,14 +205,14 @@
]
],
[
'id' => 'agentes-coletivos',
'type' => 'agent',
'label' => '',
'icon'=> 'agent',
'iconClass'=> 'agent__color',
'panelLink'=> 'painel-agentes',
'data'=> [
[
'id' => 'agentes-coletivos',
'icon'=> 'agent',
'label' => 'Agentes coletivos',
'entity' => 'MapasCulturais\\Entities\\Agent',
Expand All @@ -222,14 +222,14 @@
]
],
[
'id' => 'agentes-cadastrados-7-dias',
'type' => 'agent',
'label' => '',
'icon'=> 'agent',
'iconClass'=> 'agent__color',
'panelLink'=> 'painel-agentes',
'data'=> [
[
'id' => 'agentes-cadastrados-7-dias',
'icon'=> 'agent',
'label' => 'Cadastrados nos últimos 7 dias',
'entity' => 'MapasCulturais\\Entities\\Agent',
Expand Down

0 comments on commit 917e51f

Please sign in to comment.