diff --git a/src/components/panels/HistoryListPanel.vue b/src/components/panels/HistoryListPanel.vue index 427101cbd..3ef8af0b9 100644 --- a/src/components/panels/HistoryListPanel.vue +++ b/src/components/panels/HistoryListPanel.vue @@ -15,7 +15,7 @@ outlined clearable hide-details - dense> + dense /> - - {{ mdiDatabaseExportOutline }} - - - {{ mdiRefresh }} - - + + {{ $t('History.LoadCompleteHistory') }} + + + + {{ $t('History.TitleExportHistory') }} + + + @@ -60,9 +65,9 @@ hide-details :input-value="status.showInTable" :label="`${status.displayName} (${status.value})`" - @change="changeStatusVisible(status)"> + @change="changeStatusVisible(status)" /> - + + @change="changeColumnVisible(header.value)" /> - + + @click.stop="select(!isSelected)" /> @@ -144,10 +146,7 @@ @@ -164,7 +163,7 @@ {{ mdiNotebook }} - + @@ -252,14 +251,14 @@ {{ detailsDialog.item.filename }} - + {{ $t('History.Status') }} @@ -278,13 +277,13 @@ }} - + {{ $t('History.StartTime') }} {{ formatDateTime(detailsDialog.item.start_time * 1000) }}