|
|
|
|
@if(mapOrChart['chartConfig'].lineChart != null && getLineChart(getChart(mapOrChart)).pictureStates != null) {
@for(pictureState of getLineChart(getChart(mapOrChart)).pictureStates.pictureState; track pictureState) {
|
|
{{ tweet.created_at }} - [{{ tweet.user.name | titlecase }}] : {{ tweet.created_at }} - [unknown] : {{ tweet.text | slice:0:300 }} |
|
|
|
{{ message.created_at }} - [{{ message.msgUser.name | titlecase }}] : {{ message.created_at }} - [unknown] : {{ message.text | slice:0:300 }} |
@if (message.media != null) {
@for (media of message.media; track media) {
|
|
Logs of {{ sc.value.getName() }}
[{{ log.receivedAt | date:'yyyy:MM:dd hh:mm:ss' }}]: {{ log.msg }}