Skip to content

Commit ad29455

Browse files
committed
chore: adding labels
1 parent acfbb2d commit ad29455

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,9 +55,9 @@ const units = {"gwp": "kgCO2eq", "adpe": "kgSbeq", "adpf": "MJ", "ap": "", "ctue
5555

5656
const impact_criteria = view(Inputs.select(["gwp", "adpe", "adpf", "ap", "ctue", "ir", "pm", "pocp", "mips", "wp", "pe", "fe"], {unique: true, value: "1", label: "Impact criteria"}));
5757
const size_gb = view(Inputs.select([1,10,100], {label: "Size in GB"}))
58-
const service_type = view(Inputs.select(["Storage (1 year)"]))
59-
const x_group = view(Inputs.select(["tier", "dc_location"], {value: "tier"}))
60-
const fx = view(Inputs.select(["dc_location", "tier"], {value: "dc_location"}))
58+
const service_type = view(Inputs.select(["Storage (1 year)"], {"label": "Service Type'"}))
59+
const x_group = view(Inputs.select(["tier", "dc_location"], {value: "tier", label: "X grouping by"}))
60+
const fx = view(Inputs.select(["dc_location", "tier"], {value: "dc_location", label: "fx grouping"}))
6161
```
6262

6363
<h3>Impact of ${service_type}, size in GB: ${size_gb}, ${impact_criteria}, unit: ${units[impact_criteria]}</h3>

0 commit comments

Comments
 (0)