mirror of
https://github.com/portainer/portainer.git
synced 2025-07-19 05:19:39 +02:00
feat(log-viewer): add the ability to wrap lines (#1972)
* feat(log-viewer): Split auto scrolling & log refresh + adds wrap lines option * feat(log-viewer): Get rid of scroll lock changes * feat(log-viewer): remove function call in view [code review changes]
This commit is contained in:
parent
85d50d7566
commit
a94f2ee7b8
3 changed files with 16 additions and 2 deletions
|
@ -7,6 +7,7 @@ function (clipboard) {
|
|||
copySupported: clipboard.supported,
|
||||
logCollection: true,
|
||||
autoScroll: true,
|
||||
wrapLines: true,
|
||||
search: '',
|
||||
filteredLogs: [],
|
||||
selectedLines: []
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue