mirror of
https://github.com/sergi0g/cup.git
synced 2025-11-17 09:33:38 -05:00
Nearly complete versioning support. Fixed old bugs where not all tags were fetched.
This commit is contained in:
@@ -17,9 +17,13 @@ use crate::{
|
||||
check::get_updates,
|
||||
config::{Config, Theme},
|
||||
docker::get_images_from_docker_daemon,
|
||||
image::Image,
|
||||
info,
|
||||
utils::{sort_image_vec, timestamp, to_full_json, to_simple_json},
|
||||
structs::image::Image,
|
||||
utils::{
|
||||
json::{to_full_json, to_simple_json},
|
||||
misc::timestamp,
|
||||
sort_update_vec::sort_image_vec,
|
||||
},
|
||||
};
|
||||
|
||||
const HTML: &str = include_str!("static/index.html");
|
||||
|
||||
Reference in New Issue
Block a user