Skip to content

Commit bb599e4

Browse files
authored
Give starting material location its own row in the UI (#1157)
1 parent 3004789 commit bb599e4

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

webapp/src/components/StartingMaterialInformation.vue

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,12 @@
3434
<ToggleableCollectionFormGroup v-model="Collections" />
3535
</div>
3636
</div>
37+
<div class="form-row">
38+
<div class="form-group col-lg-12 col-sm-12">
39+
<label for="startmat-location">Location</label>
40+
<StyledInput id="startmat-location" v-model="Location" :readonly="!isEditable" />
41+
</div>
42+
</div>
3743
<div class="form-row">
3844
<div class="form-group col-lg-3 col-sm-4">
3945
<label for="startmat-supplier">Supplier</label>
@@ -43,10 +49,6 @@
4349
<label for="startmat-purity">Chemical purity</label>
4450
<StyledInput id="startmat-purity" v-model="ChemicalPurity" :readonly="!isEditable" />
4551
</div>
46-
<div class="form-group col-lg-3 col-sm-4">
47-
<label for="startmat-location">Location</label>
48-
<StyledInput id="startmat-location" v-model="Location" :readonly="!isEditable" />
49-
</div>
5052
</div>
5153
<div class="form-row">
5254
<div class="form-group col-lg-3 col-sm-3 col-6">

0 commit comments

Comments
 (0)