Skip to content

Commit

Permalink
Add timestamp_desc as manatory field for csv uploads (#2896)
Browse files Browse the repository at this point in the history
  • Loading branch information
jkppr authored Sep 19, 2023
1 parent b21b55a commit 52274e1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions timesketch/frontend-ng/src/components/UploadForm.vue
Original file line number Diff line number Diff line change
Expand Up @@ -174,6 +174,7 @@ export default {
mandatoryHeaders: [
{ name: 'datetime', columnsSelected: [] },
{ name: 'message', columnsSelected: [] },
{ name: 'timestamp_desc', columnsSelected: [] },
],
form: {
name: '',
Expand Down

0 comments on commit 52274e1

Please sign in to comment.