Skip to content

Commit 2dfe80e

Browse files
be-smithml-evs
authored andcommitted
Added Data granularity and sample granularity boxes - changed behaviour of scan time box for when it triggers a recalculation of the data
1 parent 7fb9869 commit 2dfe80e

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

webapp/src/components/datablocks/UVVisInsituBlock.vue

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,20 @@
88
update-block-on-change
99
@change="onFileChange"
1010
/>
11+
<div class="form-group mb-2">
12+
<label class="mr-2"><b>Scan time (s)</b></label>
13+
<input
14+
v-model="scan_time_buffer"
15+
type="text"
16+
class="form-control"
17+
placeholder="Enter scan time"
18+
style="width: 160px; display: inline-block"
19+
inputmode="decimal"
20+
pattern="[0-9]*[.,]?[0-9]*"
21+
@keydown.enter="onScanTimeSelected"
22+
@blur="onScanTimeSelected"
23+
/>
24+
</div>
1125
<div v-show="file_id">
1226
<div class="row">
1327
<div class="col-lg-4 col-md-6 col-sm-12 mb-2">

0 commit comments

Comments
 (0)