This commit is contained in:
2025-10-12 16:01:56 +02:00
parent c3dbaeead2
commit bd6c14c8c1
9 changed files with 216 additions and 116 deletions

View File

@@ -81,7 +81,7 @@ pub struct ServiceInfo {
#[serde(default)]
pub disk_used_gb: f32,
#[serde(default)]
pub description: Option<String>,
pub description: Option<Vec<String>>,
}
#[derive(Debug, Clone, Serialize, Deserialize)]