add titles to utility menu
This commit is contained in:
parent
046e03f9c2
commit
800cac096f
@ -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
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user