Skip to content

Commit

Permalink
Add inline notification for already configured settings
Browse files Browse the repository at this point in the history
  • Loading branch information
stephdl committed Mar 13, 2024
1 parent f98264e commit 9b00dcb
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions ui/src/views/Settings.vue
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,16 @@
/>
</div>
</div>
<div v-if="already_set" class="bx--row">
<div class="bx--col">
<NsInlineNotification
kind="info"
:title="$t('settings.cannot_be_configured_again')"
:description="$t('settings.must_be_configured_inside_dokuwiki')"
:showCloseButton="false"
/>
</div>
</div>
<div class="bx--row">
<div class="bx--col-lg-16">
<cv-tile :light="true">
Expand Down

0 comments on commit 9b00dcb

Please sign in to comment.