Merge pull request #16463 from zfox23/newHazeMinMax

DEV-2695: Update Zone Haze floor and ceiling mins and maxes in the UI
This commit is contained in:
Zach Fox 2019-11-06 13:33:35 -08:00 committed by GitHub
commit d29fdbd9f2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -398,8 +398,8 @@ const GROUPS = [
{
label: "Base",
type: "number-draggable",
min: -1000,
max: 1000,
min: -16000,
max: 16000,
step: 1,
decimals: 0,
unit: "m",
@ -409,8 +409,8 @@ const GROUPS = [
{
label: "Ceiling",
type: "number-draggable",
min: -1000,
max: 5000,
min: -16000,
max: 16000,
step: 1,
decimals: 0,
unit: "m",