* Adjust listFormat for last callers and add whos online to login seq theming
This commit is contained in:
parent
ecaee4fe2f
commit
7106a4b2ad
|
@ -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: {
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue