From: "Michael Köppl" <m.koeppl@proxmox.com>
To: pve-devel@lists.proxmox.com
Subject: [pve-devel] [PATCH pve_flutter_frontend 2/2] ui: make LXC containers naming more consistent
Date: Fri, 2 May 2025 14:10:44 +0200 [thread overview]
Message-ID: <20250502121045.186346-2-m.koeppl@proxmox.com> (raw)
In-Reply-To: <20250502121045.186346-1-m.koeppl@proxmox.com>
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@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
_______________________________________________
pve-devel mailing list
pve-devel@lists.proxmox.com
https://lists.proxmox.com/cgi-bin/mailman/listinfo/pve-devel
next prev parent reply other threads:[~2025-05-02 12:10 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-05-02 12:10 [pve-devel] [PATCH pve_flutter_frontend 1/2] fix typos Michael Köppl
2025-05-02 12:10 ` Michael Köppl [this message]
2025-05-07 8:12 ` [pve-devel] [PATCH pve_flutter_frontend 2/2] ui: make LXC containers naming more consistent Thomas Lamprecht
2025-05-09 7:20 ` Michael Köppl
2025-05-02 12:10 ` [pve-devel] [PATCH proxmox_dart_api_client 1/1] fix typos Michael Köppl
2025-05-07 8:09 ` [pve-devel] [PATCH pve_flutter_frontend 1/2] " Thomas Lamprecht
2025-05-09 8:41 ` Michael Köppl
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20250502121045.186346-2-m.koeppl@proxmox.com \
--to=m.koeppl@proxmox.com \
--cc=pve-devel@lists.proxmox.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
Service provided by Proxmox Server Solutions GmbH | Privacy | Legal