mirror of
https://github.com/MacRimi/ProxMenux.git
synced 2025-06-28 04:06:54 +00:00
Update storage_menu.sh
This commit is contained in:
parent
fd11f4e866
commit
ce3fd894ae
@ -28,11 +28,11 @@ initialize_cache
|
|||||||
while true; do
|
while true; do
|
||||||
OPTION=$(dialog --clear --backtitle "ProxMenux" --title "$(translate "Disk and Storage Manager Menu")" \
|
OPTION=$(dialog --clear --backtitle "ProxMenux" --title "$(translate "Disk and Storage Manager Menu")" \
|
||||||
--menu "\n$(translate "Select an option:")" 20 70 10 \
|
--menu "\n$(translate "Select an option:")" 20 70 10 \
|
||||||
"1" "$(translate "Add Disk Passthrough to a VM")" \
|
"1" "$(translate "Add Disk") Passthrough $(translate "to a VM")" \
|
||||||
"2" "$(translate "Add Disk") Passthrough $(translate "to a LXC")" \
|
"2" "$(translate "Add Disk") Passthrough $(translate "to a LXC")" \
|
||||||
"3" "$(translate "Import Disk Image to a VM")" \
|
"3" "$(translate "Import Disk Image to a VM")" \
|
||||||
"4" "$(translate "Return to Main Menu")" \
|
"4" "$(translate "Return to Main Menu")" \
|
||||||
2>&1 >/dev/tty) # Redirect dialog output to stderr, and then capture it
|
2>&1 >/dev/tty)
|
||||||
|
|
||||||
case $OPTION in
|
case $OPTION in
|
||||||
1)
|
1)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user