1
0
Fork 0
mirror of https://github.com/portainer/portainer.git synced 2025-07-19 05:19:39 +02:00

feat(log-viewer): Add the ability to specify displayed line count (#1914)

This commit is contained in:
kirdia 2018-05-21 11:51:56 +03:00 committed by Anthony Lapenna
parent 63d338c4da
commit 19c3fa276b
5 changed files with 13 additions and 4 deletions

View file

@ -4,6 +4,7 @@ angular.module('portainer.docker').component('logViewer', {
bindings: {
data: '=',
displayTimestamps: '=',
logCollectionChange: '<'
logCollectionChange: '<',
lineCount: '='
}
});