[pve-devel] [PATCH flutter_frontend v2 2/2] ui: make containers naming more consistent
Michael Köppl
m.koeppl at proxmox.com
Fri May 9 10:31:19 CEST 2025
To avoid confusion for users, consistent naming for containers is
applied. Since the main screen uses the plural "Virtual Machines",
"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 77cff52..ef7d1c9 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',
+ '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("Containers"),
trailing: Text(totalCTs.toString()),
leading:
Icon(Renderers.getDefaultResourceIcon('lxc')),
--
2.39.5
More information about the pve-devel
mailing list