mirror of
https://github.com/WebTools-NG/WebTools-NG
synced 2024-11-26 13:00:18 +00:00
#553 WIP
This commit is contained in:
parent
4942a298f8
commit
e2ad60d31f
1 changed files with 15 additions and 0 deletions
|
@ -23,6 +23,21 @@
|
|||
</div>
|
||||
<br>
|
||||
|
||||
<div class="d-flex align-items-center">
|
||||
<b-form-group id="SelLibGroup" v-bind:label="$t('Modules.ET.optExpType.lblSelectSelection')" label-size="lg" label-class="font-weight-bold pt-0">
|
||||
<b-form-select
|
||||
v-model="selLib"
|
||||
id="selLib"
|
||||
:options="selLibOptions"
|
||||
@change="getLibPath"
|
||||
style="width: auto"
|
||||
name="selLib">
|
||||
</b-form-select>
|
||||
<WTNGtt tt="Common.Settings.LibMapping.ttSelectLibrary" size="20px"></WTNGtt>
|
||||
</b-form-group>
|
||||
</div>
|
||||
<br>
|
||||
|
||||
|
||||
|
||||
<!-- Table of section path -->
|
||||
|
|
Loading…
Reference in a new issue