mirror of
https://github.com/portainer/portainer.git
synced 2025-07-19 05:19:39 +02:00
feat(log-viewer): introduce the log viewer component (#1666)
This commit is contained in:
parent
81de2a5afb
commit
0c5152fb5f
36 changed files with 458 additions and 304 deletions
8
app/docker/components/log-viewer/log-viewer.js
Normal file
8
app/docker/components/log-viewer/log-viewer.js
Normal file
|
@ -0,0 +1,8 @@
|
|||
angular.module('portainer.docker').component('logViewer', {
|
||||
templateUrl: 'app/docker/components/log-viewer/logViewer.html',
|
||||
controller: 'LogViewerController',
|
||||
bindings: {
|
||||
data: '=',
|
||||
logCollectionChange: '<'
|
||||
}
|
||||
});
|
Loading…
Add table
Add a link
Reference in a new issue