[pdm-devel] [PATCH datacenter-manager 2/2] ui: view configuration: change include all to a large field
Dominik Csapak
d.csapak at proxmox.com
Thu Nov 27 12:22:52 CET 2025
we have the space, since nothing is right of it. This allows the
boxlabel to be shown in one line, instead of wrapping the text.
Signed-off-by: Dominik Csapak <d.csapak at proxmox.com>
---
ui/src/configuration/views.rs | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/ui/src/configuration/views.rs b/ui/src/configuration/views.rs
index 41969fdd..ef147151 100644
--- a/ui/src/configuration/views.rs
+++ b/ui/src/configuration/views.rs
@@ -349,7 +349,7 @@ fn input_panel(form_ctx: &FormContext, mode: InputPanelMode) -> Html {
}
input_panel
- .with_field(
+ .with_large_field(
tr!("Include All"),
Checkbox::new()
.name("include-all")
--
2.47.3
More information about the pdm-devel
mailing list