Skip to content

Commit

Permalink
feat: updated Settings.vue
Browse files Browse the repository at this point in the history
  • Loading branch information
kemboi22 committed Aug 11, 2024
1 parent 4fa5e42 commit 05cde6d
Showing 1 changed file with 9 additions and 6 deletions.
15 changes: 9 additions & 6 deletions ui/src/views/Settings.vue
Original file line number Diff line number Diff line change
Expand Up @@ -62,13 +62,16 @@
}}</template>
</cv-toggle>
<div>Selected Modules: {{erpNextModules}} </div>
<cv-multi-select
:label="'ERP Next Modules to be installed'"
:options="erpNextModules"
:title="'ERP Next Modules to be installed'"
<div v-for="module in erpNextModules" :key="module.value">
<cv-toggle
:name="module.value"
:value="module.value"
v-model="erpSelectedModules"
>
</cv-multi-select>
:disabled="loading.getConfiguration || loading.configureModule"
class="mg-bottom">

</cv-toggle>
</div>
<!-- advanced options -->
<cv-accordion ref="accordion" class="maxwidth mg-bottom">
<cv-accordion-item :open="toggleAccordion[0]">
Expand Down

0 comments on commit 05cde6d

Please sign in to comment.