File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change 34
34
<ToggleableCollectionFormGroup v-model =" Collections" />
35
35
</div >
36
36
</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 >
37
43
<div class =" form-row" >
38
44
<div class =" form-group col-lg-3 col-sm-4" >
39
45
<label for =" startmat-supplier" >Supplier</label >
43
49
<label for =" startmat-purity" >Chemical purity</label >
44
50
<StyledInput id =" startmat-purity" v-model =" ChemicalPurity" :readonly =" !isEditable" />
45
51
</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 >
50
52
</div >
51
53
<div class =" form-row" >
52
54
<div class =" form-group col-lg-3 col-sm-3 col-6" >
You can’t perform that action at this time.
0 commit comments