Make clear it is showing today (#9679)

This commit is contained in:
Bram Kragten 2021-08-02 16:22:36 +02:00 committed by GitHub
parent 78b799dd05
commit 884e323288
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -350,7 +350,7 @@ export const generateDefaultViewConfig = (
if (grid && grid.flow_from.length > 0) { if (grid && grid.flow_from.length > 0) {
areaCards.push({ areaCards.push({
title: "Energy distribution", title: "Energy distribution today",
type: "energy-distribution", type: "energy-distribution",
linkDashboard: true, linkDashboard: true,
}); });