-command "setOperMode exec"
.menubar.experiment add command -label "Terminate" -underline 0 \
-command "setOperMode edit" -state disabled
+.menubar.experiment add separator
+.menubar.experiment add command -label "Configure remote hosts" -underline 0 \
+ -command "configRemoteHosts"
#
frame .bottom
pack .bottom -side bottom -fill x
-label .bottom.textbox -relief sunken -bd 1 -font helvetica -anchor w -width 999
-label .bottom.cpu_load -relief sunken -bd 1 -font helvetica -anchor w -width 9
-label .bottom.mbuf -relief sunken -bd 1 -font helvetica -anchor w -width 15
-label .bottom.oper_mode -relief sunken -bd 1 -font helvetica -anchor w -width 9
+label .bottom.textbox -relief sunken -bd 1 -anchor w -width 999
+label .bottom.cpu_load -relief sunken -bd 1 -anchor w -width 9
+label .bottom.mbuf -relief sunken -bd 1 -anchor w -width 15
+label .bottom.oper_mode -relief sunken -bd 1 -anchor w -width 9
pack .bottom.oper_mode .bottom.mbuf .bottom.cpu_load .bottom.textbox \
-side right -padx 0 -fill both