Skip to content

Commit

Permalink
fix: initialize retention days and label for editing in settings
Browse files Browse the repository at this point in the history
  • Loading branch information
stephdl committed Jan 24, 2025
1 parent fea1a2f commit 5458e91
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions core/ui/src/views/settings/SettingsSystemLogs.vue
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,7 @@
@click="
isEditRetentionDialogOpen = true;
lokiToEdit = instance;
newRetention = instance.retention_days;
"
:disabled="instance.offline"
>
Expand All @@ -119,6 +120,7 @@
@click="
isEditLabelDialogOpen = true;
lokiToEdit = instance;
newLabel = instance.instance_label;
"
:disabled="instance.offline"
>
Expand Down

0 comments on commit 5458e91

Please sign in to comment.