* Adjust listFormat for last callers and add whos online to login seq theming

This commit is contained in:
Bryan Ashby 2015-12-06 15:26:07 -07:00
parent ecaee4fe2f
commit 7106a4b2ad
1 changed files with 11 additions and 2 deletions

View File

@ -114,7 +114,7 @@
mainMenuLastCallers: { mainMenuLastCallers: {
config: { config: {
listFormat: "|00|01|36{userName:<17.17}{location:<20.20}{affils:<18.18}{ts:<15}" listFormat: "|00|01|36{userName:<17.17}{location:<20.20}{affils:<17.17}{ts:<15}"
dateTimeFormat: MMM Do h:mma dateTimeFormat: MMM Do h:mma
} }
mci: { mci: {
@ -240,7 +240,7 @@
fullLoginSequenceLastCallers: { fullLoginSequenceLastCallers: {
config: { config: {
listFormat: "|00|01|36{userName:<17.17}{location:<20.20}{affils:<18.18}{ts:<15}" listFormat: "|00|01|36{userName:<17.17}{location:<20.20}{affils:<17.17}{ts:<15}"
dateTimeFormat: MMM Do h:mma dateTimeFormat: MMM Do h:mma
} }
mci: { mci: {
@ -248,6 +248,15 @@
} }
} }
fullLoginSequenceWhosOnline: {
config: {
listFormat: "|00|01|36{node:<6.6}{userName:<17.17}{affils:<19.19}{action:<20.20}{timeOn:<8}"
}
mci: {
VM1: { height: 10 }
}
}
fullLoginSequenceSysStats: { fullLoginSequenceSysStats: {
} }