mirror of
https://github.com/DeviceFarmer/stf.git
synced 2026-04-21 13:25:17 +02:00
Removed line counter for logs.
This commit is contained in:
@@ -53,8 +53,8 @@ module.exports = function logcatTableDirective($rootScope, $timeout, LogcatServi
|
||||
|
||||
newRow.classList.add('log-' + data.priorityLabel)
|
||||
|
||||
newRow.insertCell(-1)
|
||||
.appendChild(document.createTextNode(LogcatService.numberOfEntries))
|
||||
//newRow.insertCell(-1)
|
||||
// .appendChild(document.createTextNode(LogcatService.numberOfEntries))
|
||||
//newRow.insertCell(-1)
|
||||
// .appendChild(document.createTextNode(data.deviceLabel))
|
||||
newRow.insertCell(-1)
|
||||
|
||||
Reference in New Issue
Block a user