add titles to utility menu

This commit is contained in:
Heavybullets8 2022-09-02 17:24:37 -06:00
parent 046e03f9c2
commit 800cac096f
2 changed files with 7 additions and 0 deletions

View File

@ -7,6 +7,8 @@ while true
do
clear -x
title
echo "Command to Container Menu"
echo "-------------------------"
echo "$app_name"
echo
echo "0) Exit"
@ -45,6 +47,8 @@ case "${#containers[@]}" in
do
clear -x
title
echo "Available Containers"
echo "--------------------"
cont_search=$(
for i in "${containers[@]}"
do

View File

@ -4,6 +4,8 @@
menu(){
clear -x
title
echo "Available Utilities"
echo "-------------------"
echo "1) Help"
echo "2) List DNS Names"
echo "3) Mount and Unmount PVC storage"
@ -35,6 +37,7 @@ case $selection in
clear -x
title
echo "Backup Menu"
echo "-----------"
echo "1) Create Backup"
echo "2) Delete Backup"
echo "3) Restore Backup"