Use logoff prompt
This commit is contained in:
parent
27d4d92897
commit
0e5b5f9203
|
@ -120,8 +120,46 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
logoff: {
|
// :TODO: Prompt Yes/No for logoff confirm
|
||||||
|
fullLogoffSequence: {
|
||||||
|
desc: Logging Off
|
||||||
|
prompt: logoffConfirmation
|
||||||
|
submit: [
|
||||||
|
{
|
||||||
|
value: { promptValue: 0 }
|
||||||
|
action: @menu:fullLogoffSequencePreAd
|
||||||
|
}
|
||||||
|
{
|
||||||
|
value: { promptValue: 1 }
|
||||||
|
action: @systemMethod:prevMenu
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
|
||||||
|
fullLogoffSequencePreAd: {
|
||||||
|
art: PRELOGAD
|
||||||
|
desc: Logging Off
|
||||||
|
next: fullLogoffSequenceRandomBoardAd
|
||||||
|
options: {
|
||||||
|
cls: true
|
||||||
|
nextTimeout: 1500
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
fullLogoffSequenceRandomBoardAd: {
|
||||||
|
art: OTHRBBS
|
||||||
|
desc: Logging Off
|
||||||
|
next: logoff
|
||||||
|
options: {
|
||||||
|
baudRate: 57600
|
||||||
|
pause: true
|
||||||
|
cls: true
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
logoff: {
|
||||||
art: LOGOFF
|
art: LOGOFF
|
||||||
|
desc: Logging Off
|
||||||
next: @systemMethod:logoff
|
next: @systemMethod:logoff
|
||||||
}
|
}
|
||||||
/*
|
/*
|
||||||
|
@ -230,7 +268,10 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
//
|
||||||
// SSH specialization of NUA
|
// SSH specialization of NUA
|
||||||
|
// Canceling this form logs off vs falling back to matrix
|
||||||
|
//
|
||||||
newUserApplicationSsh: {
|
newUserApplicationSsh: {
|
||||||
art: NUA
|
art: NUA
|
||||||
fallback: logoff
|
fallback: logoff
|
||||||
|
@ -501,7 +542,7 @@
|
||||||
submit: [
|
submit: [
|
||||||
{
|
{
|
||||||
value: { command: "G" }
|
value: { command: "G" }
|
||||||
action: @menu:logoff
|
action: @menu:fullLogoffSequence
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
value: { command: "D" }
|
value: { command: "D" }
|
||||||
|
|
Loading…
Reference in New Issue