Dialog dimensions

This commit is contained in:
Bob Mottram 2018-04-10 11:01:49 +01:00
parent d1f1328a12
commit 0d3a3c5b88
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 35 26 25 \
$"Discovery 2:" 2 1 "$DATSERVER_DISCOVERY2" 2 35 26 25 \
$"Bootstrap 1:" 3 1 "$DATSERVER_BOOTSTRAP1" 3 35 26 25 \
$"Bootstrap 2:" 4 1 $"$DATSERVER_BOOTSTRAP2" 4 35 4 25 \
$"Bootstrap 3:" 5 1 $"$DATSERVER_BOOTSTRAP3" 5 35 4 25 \
$"Bootstrap 4:" 6 1 $"$DATSERVER_BOOTSTRAP4" 6 35 4 25 \
$"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 \
2> "$data"
sel=$?
case $sel in