We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7fb9869 commit 2dfe80eCopy full SHA for 2dfe80e
webapp/src/components/datablocks/UVVisInsituBlock.vue
@@ -8,6 +8,20 @@
8
update-block-on-change
9
@change="onFileChange"
10
/>
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>
25
<div v-show="file_id">
26
<div class="row">
27
<div class="col-lg-4 col-md-6 col-sm-12 mb-2">
0 commit comments