Content-Length: 1133 | pFad | http://github.com/postgresml/postgresml/pull/1008.diff

thub.com diff --git a/pgml-dashboard/src/components/inputs/range_group/mod.rs b/pgml-dashboard/src/components/inputs/range_group/mod.rs index 565f70a91..d6e3a73a4 100644 --- a/pgml-dashboard/src/components/inputs/range_group/mod.rs +++ b/pgml-dashboard/src/components/inputs/range_group/mod.rs @@ -20,7 +20,7 @@ impl RangeGroup { pub fn new(title: &str) -> RangeGroup { RangeGroup { title: title.to_owned(), - identifier: title.replace(" ", "_"), + identifier: title.replace(" ", "_").to_lowercase(), min: 0, max: 100, step: 1.0, diff --git a/pgml-dashboard/templates/content/playground.html b/pgml-dashboard/templates/content/playground.html index 5f338ab97..760583639 100644 --- a/pgml-dashboard/templates/content/playground.html +++ b/pgml-dashboard/templates/content/playground.html @@ -102,7 +102,6 @@

Inputs

<%+ RangeGroup::new("Input 1") .initial_value(4.0) - .identifier("my_test_input") .bounds(2, 38, 2.0) .units("T") %>








ApplySandwichStrip

pFad - (p)hone/(F)rame/(a)nonymizer/(d)eclutterfier!      Saves Data!


--- a PPN by Garber Painting Akron. With Image Size Reduction included!

Fetched URL: http://github.com/postgresml/postgresml/pull/1008.diff

Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy