Tweak option label for Catapult when generating project
This commit is contained in:
parent
652e951f89
commit
cc5d0ed3c6
|
@ -277,7 +277,7 @@
|
||||||
<b-field horizontal label="Integrates With">
|
<b-field horizontal label="Integrates With">
|
||||||
<b-select name="integrates_with" v-model="fabric.integrates_with">
|
<b-select name="integrates_with" v-model="fabric.integrates_with">
|
||||||
<option value="">(nothing)</option>
|
<option value="">(nothing)</option>
|
||||||
<option value="catapult">Catapult</option>
|
<option value="catapult">ECRS Catapult</option>
|
||||||
<option value="corepos">CORE-POS</option>
|
<option value="corepos">CORE-POS</option>
|
||||||
## <option value="locsms">LOC SMS</option>
|
## <option value="locsms">LOC SMS</option>
|
||||||
</b-select>
|
</b-select>
|
||||||
|
|
Loading…
Reference in a new issue