mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-06 09:12:45 +01:00
Fix new whiptail layouts
This commit is contained in:
@@ -780,9 +780,9 @@ whiptail_install_type_dist_new() {
|
|||||||
[ -n "$TESTING" ] && return
|
[ -n "$TESTING" ] && return
|
||||||
|
|
||||||
install_type=$(whiptail --title "$whiptail_title" --radiolist \
|
install_type=$(whiptail --title "$whiptail_title" --radiolist \
|
||||||
"Choose distributed manager type. See https://docs.securityonion.net/architecture for details." 24 60 6 \
|
"Choose distributed manager type to start a new grid. See https://docs.securityonion.net/architecture for details." 10 75 2 \
|
||||||
"MANAGER" "Start a new grid - requires separate search node(s) " ON \
|
"MANAGER" "New grid, requires separate search node(s) " ON \
|
||||||
"MANAGERSEARCH" "Start a new grid - separate search node(s) are optional " OFF \
|
"MANAGERSEARCH" "New grid, separate search node(s) are optional " OFF \
|
||||||
3>&1 1>&2 2>&3
|
3>&1 1>&2 2>&3
|
||||||
)
|
)
|
||||||
|
|
||||||
@@ -794,8 +794,8 @@ whiptail_install_type_dist_existing() {
|
|||||||
[ -n "$TESTING" ] && return
|
[ -n "$TESTING" ] && return
|
||||||
|
|
||||||
install_type=$(whiptail --title "$whiptail_title" --radiolist \
|
install_type=$(whiptail --title "$whiptail_title" --radiolist \
|
||||||
"Choose distributed node type. See https://docs.securityonion.net/architecture for details." 13 60 6 \
|
"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 " OFF \
|
"SENSOR" "Create a forward only sensor " ON \
|
||||||
"SEARCHNODE" "Add a search node with parsing " OFF \
|
"SEARCHNODE" "Add a search node with parsing " OFF \
|
||||||
"FLEET" "Dedicated Fleet Osquery Node " OFF \
|
"FLEET" "Dedicated Fleet Osquery Node " OFF \
|
||||||
"HEAVYNODE" "Sensor + Search Node " OFF \
|
"HEAVYNODE" "Sensor + Search Node " OFF \
|
||||||
|
|||||||
Reference in New Issue
Block a user