Fix new whiptail layouts

This commit is contained in:
William Wernert
2021-11-08 10:19:38 -05:00
parent 9c4bba9ac9
commit dbe4a7de63

View File

@@ -780,9 +780,9 @@ whiptail_install_type_dist_new() {
[ -n "$TESTING" ] && return
install_type=$(whiptail --title "$whiptail_title" --radiolist \
"Choose distributed manager type. See https://docs.securityonion.net/architecture for details." 24 60 6 \
"MANAGER" "Start a new grid - requires separate search node(s) " ON \
"MANAGERSEARCH" "Start a new grid - separate search node(s) are optional " OFF \
"Choose distributed manager type to start a new grid. See https://docs.securityonion.net/architecture for details." 10 75 2 \
"MANAGER" "New grid, requires separate search node(s) " ON \
"MANAGERSEARCH" "New grid, separate search node(s) are optional " OFF \
3>&1 1>&2 2>&3
)
@@ -794,8 +794,8 @@ whiptail_install_type_dist_existing() {
[ -n "$TESTING" ] && return
install_type=$(whiptail --title "$whiptail_title" --radiolist \
"Choose distributed node type. See https://docs.securityonion.net/architecture for details." 13 60 6 \
"SENSOR" "Create a forward only sensor " OFF \
"Choose distributed node type to join to an existing grid. See https://docs.securityonion.net/architecture for details." 14 57 4 \
"SENSOR" "Create a forward only sensor " ON \
"SEARCHNODE" "Add a search node with parsing " OFF \
"FLEET" "Dedicated Fleet Osquery Node " OFF \
"HEAVYNODE" "Sensor + Search Node " OFF \