Skip to content

Commit

Permalink
Add a skeleton in Settings.vue for loading
Browse files Browse the repository at this point in the history
  • Loading branch information
stephdl committed Apr 24, 2024
1 parent 06c5338 commit 98fbf8c
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions ui/src/views/Settings.vue
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,13 @@
<cv-row>
<cv-column>
<cv-tile light>
<cv-skeleton-text
v-show="loading.getConfiguration"
heading
paragraph
:line-count="10"
width="80%"
></cv-skeleton-text>
<cv-form @submit.prevent="configureModule">
<NsTextInput
:label="$t('settings.piler_fqdn')"
Expand Down

0 comments on commit 98fbf8c

Please sign in to comment.