TestData: allow negative values for random_walk parameters (#21627)
This commit is contained in:
@@ -65,7 +65,6 @@
|
||||
class="gf-form-input width-6"
|
||||
placeholder="auto"
|
||||
ng-model="ctrl.target.startValue"
|
||||
min="1"
|
||||
step="1"
|
||||
ng-change="ctrl.refresh()" />
|
||||
</div>
|
||||
@@ -95,7 +94,6 @@
|
||||
class="gf-form-input width-6"
|
||||
placeholder="none"
|
||||
ng-model="ctrl.target.min"
|
||||
min="0"
|
||||
step="0.1"
|
||||
ng-change="ctrl.refresh()" />
|
||||
</div>
|
||||
@@ -105,7 +103,6 @@
|
||||
class="gf-form-input width-6"
|
||||
placeholder="none"
|
||||
ng-model="ctrl.target.max"
|
||||
min="0"
|
||||
step="0.1"
|
||||
ng-change="ctrl.refresh()" />
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user