feat: default order of created time, reset sorted, closes #18

This commit is contained in:
Jack Wills
2022-12-04 21:42:54 +00:00
parent c93870e5fb
commit cf14ba4989
4 changed files with 41 additions and 19 deletions
-1
View File
@@ -50,7 +50,6 @@ async fn main() {
let docker = Arc::new(docker);
let is_running = Arc::clone(&is_running);
tokio::spawn(DockerData::init(
args,
docker_app_data,
docker,
docker_gui_state,