1
0
Fork 0
mirror of https://github.com/portainer/portainer.git synced 2025-07-25 00:09:40 +02:00

feat(app/logs): add download button on container logs and service logs views (#4529)

This commit is contained in:
Alice Groux 2020-12-16 00:30:16 +01:00 committed by GitHub
parent b67c0e870c
commit 4bc958f865
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 14 additions and 1 deletions

View file

@ -7,5 +7,6 @@ angular.module('portainer.docker').component('logViewer', {
logCollectionChange: '<',
sinceTimestamp: '=',
lineCount: '=',
resourceName: '<',
},
});