* TOONODE support when already logged in

* Work on new user / NUA flow
* Various cleanup
This commit is contained in:
Bryan Ashby
2015-10-15 23:41:24 -06:00
parent a5c2e6f50b
commit d02d9e4a7c
6 changed files with 125 additions and 74 deletions

Binary file not shown.

Binary file not shown.

View File

@@ -44,6 +44,21 @@
}
}
newUserFeedbackToSysOp: {
0: {
mci: {
TL1: { width: 19, textOverflow: "..." }
ET2: { width: 19, textOverflow: "..." }
ET3: { width: 19, textOverflow: "..." }
}
}
1: {
mci: {
MT1: { height: 14 }
}
}
}
login2: {
mci: {
ET1: { width: 14 }
@@ -162,6 +177,29 @@
}
}
}
fullLoginSequenceLastCallers: {
config: {
dateTimeFormat: MMM Do H:mm a
}
}
fullLoginSequenceSysStats: {
}
fullLoginSequenceUserStats: {
mci: {
UN1: { width: 17 }
UR2: { width: 17 }
LO3: { width: 17 }
UF4: { width: 17 }
UG5: { width: 17 }
UT6: { width: 17 }
UC7: { width: 17 }
}
}
}
}
}