${_('No entries available...')} |
`;
37 | let logTable = E('table', { 'id': 'logTable', 'class': 'table' });
38 |
39 | for(let level of Object.keys(this.logLevels)) {
40 | this.logLevelsStat[level] = 0;
41 | };
42 |
43 | if(logdataArray.length > 0) {
44 | lines = [];
45 | logdataArray.forEach((e, i) => {
46 | if(e[4] in this.logLevels) {
47 | this.logLevelsStat[e[4]] = this.logLevelsStat[e[4]] + 1;
48 | };
49 |
50 | let line = [ `