Skip to content

Commit

Permalink
move mail_server up in the settings page
Browse files Browse the repository at this point in the history
  • Loading branch information
stephdl committed Apr 24, 2024
1 parent 2926508 commit e52bb10
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions ui/src/views/Settings.vue
Original file line number Diff line number Diff line change
Expand Up @@ -40,15 +40,6 @@
width="80%"
></cv-skeleton-text>
<cv-form @submit.prevent="configureModule">
<NsTextInput
:label="$t('settings.piler_fqdn')"
:placeholder="$t('settings.placeholder_piler_domain')"
v-model.trim="host"
:invalid-message="$t(error.host)"
:disabled="loading.getConfiguration || loading.configureModule"
ref="host"
>
</NsTextInput>
<NsComboBox
v-model.trim="mail_server"
:autoFilter="true"
Expand All @@ -71,6 +62,15 @@
}}
</template>
</NsComboBox>
<NsTextInput
:label="$t('settings.piler_fqdn')"
:placeholder="$t('settings.placeholder_piler_domain')"
v-model.trim="host"
:invalid-message="$t(error.host)"
:disabled="loading.getConfiguration || loading.configureModule"
ref="host"
>
</NsTextInput>
<cv-toggle
value="letsEncrypt"
:label="$t('settings.lets_encrypt')"
Expand Down

0 comments on commit e52bb10

Please sign in to comment.