Skip to content

Commit

Permalink
few changes
Browse files Browse the repository at this point in the history
  • Loading branch information
kemboi22 committed Feb 14, 2025
1 parent 5304e47 commit 85269c9
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions ui/src/views/Settings.vue
Original file line number Diff line number Diff line change
Expand Up @@ -106,13 +106,13 @@
:disabled="loading.getConfiguration || loading.configureModule"
>{{ $t("settings.save") }}</NsButton
>
<NSButton
@click.prevent="restoreBackup"
kind="secondary"
:icon="Save20"
>
Restore From Backup
</NSButton>
<cv-row>
<cv-column>
<NSButton @click.prevent="restoreBackup" :icon="Save20">
Restore From Backup
</NSButton>
</cv-column>
</cv-row>
</cv-form>
</cv-tile>
</cv-column>
Expand Down

0 comments on commit 85269c9

Please sign in to comment.