Dialog dimensions

This commit is contained in:
Bob Mottram 2018-04-10 11:03:17 +01:00
parent 0d3a3c5b88
commit dd9cef862e
1 changed files with 6 additions and 6 deletions

View File

@ -101,12 +101,12 @@ function datserver_configure_bootstraps {
dialog --backtitle $"Freedombone Control Panel" \
--title $"dat bootstrap servers" \
--form $"Specify discovery and bootstrap servers:\\n" 14 68 6 \
$"Discovery 1:" 1 1 "$DATSERVER_DISCOVERY1" 1 20 26 99 \
$"Discovery 2:" 2 1 "$DATSERVER_DISCOVERY2" 2 20 26 99 \
$"Bootstrap 1:" 3 1 "$DATSERVER_BOOTSTRAP1" 3 20 26 99 \
$"Bootstrap 2:" 4 1 $"$DATSERVER_BOOTSTRAP2" 4 20 26 99 \
$"Bootstrap 3:" 5 1 $"$DATSERVER_BOOTSTRAP3" 5 20 26 99 \
$"Bootstrap 4:" 6 1 $"$DATSERVER_BOOTSTRAP4" 6 20 26 99 \
$"Discovery 1:" 1 1 "$DATSERVER_DISCOVERY1" 1 15 50 99 \
$"Discovery 2:" 2 1 "$DATSERVER_DISCOVERY2" 2 15 50 99 \
$"Bootstrap 1:" 3 1 "$DATSERVER_BOOTSTRAP1" 3 15 50 99 \
$"Bootstrap 2:" 4 1 $"$DATSERVER_BOOTSTRAP2" 4 15 50 99 \
$"Bootstrap 3:" 5 1 $"$DATSERVER_BOOTSTRAP3" 5 15 50 99 \
$"Bootstrap 4:" 6 1 $"$DATSERVER_BOOTSTRAP4" 6 15 50 99 \
2> "$data"
sel=$?
case $sel in