Skip to content
This repository has been archived by the owner on Apr 23, 2023. It is now read-only.

Commit

Permalink
Clear timeline when selecting another pod
Browse files Browse the repository at this point in the history
  • Loading branch information
njust committed Feb 13, 2022
1 parent bbd92b3 commit 972a25e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "ktail"
edition = "2021"
version = "0.4.9"
version = "0.4.10"
authors = ["nico.just <[email protected]>"]
description = "Kubernetes Log Viewer"
license = "Copyright © 2022 Nico Just"
Expand Down
1 change: 1 addition & 0 deletions src/log_overview.rs
Original file line number Diff line number Diff line change
Expand Up @@ -174,6 +174,7 @@ impl Component for LogOverview {
cd.start_date.take();
cd.end_date.take();
cd.data.clear();
self.drawing_area.queue_draw();
}
}
LogOverviewMsg::LogData(timestamp) => {
Expand Down

0 comments on commit 972a25e

Please sign in to comment.