Skip to content

Commit 86ec370

Browse files
authored
Merge pull request #19 from GTIF-Austria/eodash_config
added controls and title to light mode
2 parents 93f3c3c + 352884d commit 86ec370

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

public/dashboard.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ export default {
9090
name: "EodashLayerControl",
9191
properties: {
9292
slider: false,
93-
tools: ["datetime", "info", "legend"],
93+
tools: ["datetime", "info", "legend", "config"],
9494
cssVars: {
9595
"--list-padding": "0",
9696
"--tools-button-visibility": "none",
@@ -119,7 +119,7 @@ export default {
119119
name: "EodashStacInfo",
120120
properties: {
121121
tags: [],
122-
header: [],
122+
header: ["title"],
123123
footer: [],
124124
body: ["description"],
125125
styleOverride: "",

0 commit comments

Comments
 (0)