Skip to content

Commit

Permalink
remove fixed values
Browse files Browse the repository at this point in the history
Signed-off-by: ianmuchyri <[email protected]>
  • Loading branch information
ianmuchyri committed Mar 12, 2024
1 parent 3f5b0eb commit e362b6a
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions ui/web/templates/charts/linechartmodal.html
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,6 @@ <h5 class="modal-title" id="lineChartModalLabel">Time Series Line Chart</h5>
id="channel-id"
placeholder="Enter the channel ID"
required
value="aae29203-2c25-4c78-8823-fb7e4148faa8"
/>
<div class="invalid-feedback">Please enter a valid uuid</div>
</div>
Expand All @@ -88,7 +87,6 @@ <h5 class="modal-title" id="lineChartModalLabel">Time Series Line Chart</h5>
id="thing-id"
placeholder="Enter the thing ID"
required
value="a20570d3-33c5-4669-ac3f-9f804e26431d"
/>
<div class="invalid-feedback">Please enter a valid uuid</div>
</div>
Expand All @@ -101,7 +99,6 @@ <h5 class="modal-title" id="lineChartModalLabel">Time Series Line Chart</h5>
id="value-name"
placeholder="Enter the value name eg. temperature"
required
value="random-testvoltage"
/>
</div>
<div class="mb-3">
Expand Down

0 comments on commit e362b6a

Please sign in to comment.