From bcf13d71b2d970976d86e24433a54f612137a4e8 Mon Sep 17 00:00:00 2001 From: MacRimi Date: Tue, 2 Jun 2026 18:40:25 +0200 Subject: [PATCH] share_menu: drop redundant Host-only sub-header MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The HOST block already groups everything that runs on the host side, so the secondary "Host-only resources" divider between item 4 and item 5 was visual noise — the user reading the menu sees two HOST sub-titles back to back and has to wonder how items 1-4 differ from item 5 in scope. They don't; items 1-4 register an external or local resource as a Proxmox storage, item 5 creates a local shared directory. Both are host-side actions. While here, retitle item 5 from "Add Shared Directory on Host" to "Create Shared Directory on Host" — items 1-4 add an existing external/local resource, item 5 creates a new one. Co-Authored-By: Claude Opus 4.7 --- scripts/menus/share_menu.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/scripts/menus/share_menu.sh b/scripts/menus/share_menu.sh index 2a1f1d00..186ee952 100644 --- a/scripts/menus/share_menu.sh +++ b/scripts/menus/share_menu.sh @@ -40,8 +40,7 @@ while true; do "3" "$(translate "Add iSCSI Target as Proxmox Storage")" \ "4" "$(translate "Add Local Disk as Proxmox Storage")" \ "" "" \ - "" "\Z4─────────────── Host-only resources ──────────────────\Zn" \ - "5" "$(translate "Add Shared Directory on Host")" \ + "5" "$(translate "Create Shared Directory on Host")" \ "" "" \ "" "\Z4──────────────────────── LXC ─────────────────────────\Zn" \ "6" "$(translate "Configure LXC Mount Points (Host ↔ Container)")" \