mirror of
https://github.com/portainer/portainer.git
synced 2025-08-05 05:45:22 +02:00
feat(log-viewer): Add the ability to specify displayed line count (#1914)
This commit is contained in:
parent
63d338c4da
commit
19c3fa276b
5 changed files with 13 additions and 4 deletions
|
@ -6,5 +6,5 @@
|
|||
</rd-header>
|
||||
|
||||
<log-viewer
|
||||
data="logs" ng-if="logs" log-collection-change="changeLogCollection" display-timestamps="state.displayTimestamps"
|
||||
data="logs" ng-if="logs" log-collection-change="changeLogCollection" display-timestamps="state.displayTimestamps" line-count="state.lineCount"
|
||||
></log-viewer>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue