mirror of
https://github.com/openstf/stf
synced 2025-10-05 19:42:01 +02:00
Removed line counter for logs.
This commit is contained in:
parent
eb1baa4641
commit
97e106760f
4 changed files with 16 additions and 11 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue