[pdm-devel] [PATCH datacenter-manager v2 1/1] ui: remote tasks: add loading animation for running tasks

Dietmar Maurer dietmar at proxmox.com
Thu Mar 20 12:18:19 CET 2025


applied with the following change:

@@ -93,7 +93,7 @@ fn columns() -> Rc<Vec<DataTableHeader<TaskListItem>>> {
         DataTableColumn::new(tr!("Status"))
             .width("minmax(200px, 1fr)")
             .render(|item: &TaskListItem| match item.status.as_deref() {
-                Some("" | "RUNNING") | None => Row::new()
+                Some("RUNNING") | None => Row::new()
                     .class(JustifyContent::Center)
                     .with_child(Fa::new("").class("pwt-loading-icon"))
                     .into(),




More information about the pdm-devel mailing list