[pve-devel] [PATCH pve_flutter_frontend 2/2] ui: make LXC containers naming more consistent
Michael Köppl
m.koeppl at proxmox.com
Fri May 2 14:10:44 CEST 2025
To avoid confusion for users, consistent naming for LXC containers is
applied. Since the main screen uses the plural "Virtual Machines", LXC
containers is now also plural.
Signed-off-by: Michael Köppl <m.koeppl at proxmox.com>
---
lib/pages/main_layout_slim.dart | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/lib/pages/main_layout_slim.dart b/lib/pages/main_layout_slim.dart
index 20f3209..f308aea 100644
--- a/lib/pages/main_layout_slim.dart
+++ b/lib/pages/main_layout_slim.dart
@@ -302,7 +302,7 @@ class MobileDashboard extends StatelessWidget {
size: 20,
),
label: const Text(
- 'Linux Containers',
+ 'LXC Containers',
style: TextStyle(
fontWeight: FontWeight.bold,
color: Colors.white),
@@ -483,7 +483,7 @@ class MobileDashboard extends StatelessWidget {
indent: 10,
),
ListTile(
- title: const Text("LXC Container"),
+ title: const Text("LXC Containers"),
trailing: Text(totalCTs.toString()),
leading:
Icon(Renderers.getDefaultResourceIcon('lxc')),
--
2.39.5
More information about the pve-devel
mailing list