Skip to content

Commit

Permalink
set default since to 24h in all pages
Browse files Browse the repository at this point in the history
Signed-off-by: Issif <[email protected]>
  • Loading branch information
Issif authored and poiana committed May 11, 2022
1 parent 4fa7ed4 commit 3043dd2
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,13 @@ dockers:
dockerfile: Dockerfile
image_templates:
- "falcosecurity/falcosidekick-ui:latest"
- "falcosecurity/falcosidekick-ui:{{ .Version }}"
- "falcosecurity/falcosidekick-ui:v{{ .Version }}"
build_flag_templates:
- "--pull"
- "--label=org.opencontainers.image.created={{.Date}}"
- "--label=org.opencontainers.image.name={{.ProjectName}}"
- "--label=org.opencontainers.image.revision={{.FullCommit}}"
- "--label=org.opencontainers.image.version={{.Version}}"
- "--label=org.opencontainers.image.version=v{{.Version}}"
extra_files:
- frontend/dist
- LICENSE
Expand Down
2 changes: 1 addition & 1 deletion frontend/src/components/filters.vue
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ export default {
tags: [],
sources: [],
search: '',
since: '1h',
since: '24h',
},
debounce: null,
};
Expand Down
2 changes: 1 addition & 1 deletion frontend/src/views/DashboardPage.vue
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ export default {
sources: [],
tags: [],
rule: '',
since: '1h',
since: '24h',
search: '',
},
};
Expand Down

0 comments on commit 3043dd2

Please sign in to comment.