Skip to content

Commit

Permalink
Fix: Add save in monitor history
Browse files Browse the repository at this point in the history
  • Loading branch information
chakflying committed Nov 16, 2021
1 parent fc0e0f3 commit 92fc9b4
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/components/settings/MonitorHistory.vue
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,11 @@
step="1"
/>
</div>
<div class="my-4">
<button class="btn btn-primary" type="button" @click="saveSettings()">
{{ $t("Save") }}
</button>
</div>
<div class="my-4">
<div class="my-3">
<button class="btn btn-outline-info me-2" @click="shrinkDatabase">
Expand Down

0 comments on commit 92fc9b4

Please sign in to comment.