Refactor forecast and historian-driven meteo dashboard
This commit is contained in:
@@ -37,19 +37,19 @@ const navigationItems: {
|
||||
}[] = [
|
||||
{ label: "Painel Principal", page: "dashboard", icon: Home },
|
||||
{ label: "Meteorologia", page: "meteo", icon: CloudSun },
|
||||
{ label: "Gráficos Gerais", page: "maincharts", icon: BarChart3 }
|
||||
{ label: "Gráficos Gerais", page: "maincharts", icon: BarChart3 },
|
||||
{ label: "Sinótico", page: "synoptic" , icon: MonitorDot }
|
||||
|
||||
];
|
||||
|
||||
const climateItems = [
|
||||
{ label: "Iluminação", icon: Lightbulb },
|
||||
{ label: "Ventilação", icon: Wind },
|
||||
{ label: "Sinótico", icon: MonitorDot },
|
||||
{ label: "Gráficos", icon: BarChart3 },
|
||||
];
|
||||
|
||||
const irrigationItems = [
|
||||
{ label: "Regas", icon: Droplet },
|
||||
{ label: "Sinótico", icon: MonitorDot },
|
||||
{ label: "Filtros de Rega", icon: Filter },
|
||||
{ label: "Consumos", icon: Gauge },
|
||||
{ label: "Drenagem", icon: Waves },
|
||||
|
||||
Reference in New Issue
Block a user