-
Notifications
You must be signed in to change notification settings - Fork 242
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
b47df8a
commit 1f9d90e
Showing
8 changed files
with
378 additions
and
399 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,13 @@ | ||
pub mod process_table_widget; | ||
pub use process_table_widget::*; | ||
// FIXME: Move this outside along with components? | ||
|
||
pub mod temperature_table_widget; | ||
pub use temperature_table_widget::*; | ||
pub mod process_table; | ||
pub use process_table::*; | ||
|
||
pub mod disk_table_widget; | ||
pub use disk_table_widget::*; | ||
pub mod temperature_table; | ||
pub use temperature_table::*; | ||
|
||
pub mod cpu_graph_widget; | ||
pub use cpu_graph_widget::*; | ||
pub mod disk_table; | ||
pub use disk_table::*; | ||
|
||
pub mod cpu_graph; | ||
pub use cpu_graph::*; |
File renamed without changes.
File renamed without changes.
Oops, something went wrong.