Skip to content

Commit

Permalink
Update Settings.vue to show loading skeleton while getting configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
stephdl committed Apr 25, 2024
1 parent c4f1d5f commit e660182
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/src/views/Settings.vue
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
:line-count="10"
width="80%"
></cv-skeleton-text>
<cv-form @submit.prevent="configureModule">
<cv-form v-show="!loading.getConfiguration" @submit.prevent="configureModule">
<NsTextInput
:label="$t('settings.piler_fqdn')"
:placeholder="$t('settings.placeholder_piler_domain')"
Expand Down

0 comments on commit e660182

Please sign in to comment.