add backtitle

This commit is contained in:
tteckster
2023-09-09 05:13:17 -04:00
committed by GitHub
parent e52b7872d2
commit 6fae1fc557
53 changed files with 220 additions and 220 deletions

View File

@ -100,7 +100,7 @@ function select_storage() {
else
local STORAGE
while [ -z "${STORAGE:+x}" ]; do
STORAGE=$(whiptail --title "Storage Pools" --radiolist \
STORAGE=$(whiptail --backtitle "Proxmox VE Helper Scripts" --title "Storage Pools" --radiolist \
"Which storage pool you would like to use for the ${CONTENT_LABEL,,}?\nTo make a selection, use the Spacebar.\n" \
16 $(($MSG_MAX_LENGTH + 23)) 6 \
"${MENU[@]}" 3>&1 1>&2 2>&3) || exit "Menu aborted."