chore: release v0.1.9

This commit is contained in:
Jack Wills
2022-12-05 14:06:22 +00:00
parent 552c26bc5c
commit e71802fe21
8 changed files with 36 additions and 33 deletions
+4 -4
View File
@@ -370,16 +370,16 @@ pub struct ContainerItem {
pub state: State,
pub status: String,
pub tx: ByteStats,
pub is_oxker: bool
pub is_oxker: bool,
}
impl ContainerItem {
/// Create a new container item
pub fn new(
created: u64,
created: u64,
id: ContainerId,
image: String,
is_oxker: bool,
is_oxker: bool,
name: String,
state: State,
status: String,
@@ -394,7 +394,7 @@ impl ContainerItem {
docker_controls,
id,
image,
is_oxker,
is_oxker,
last_updated: 0,
logs,
mem_limit: ByteStats::default(),