mirror of
https://github.com/portainer/portainer.git
synced 2025-07-19 13:29:41 +02:00
feat(app/logs): add download button on container logs and service logs views (#4529)
This commit is contained in:
parent
b67c0e870c
commit
4bc958f865
6 changed files with 14 additions and 1 deletions
|
@ -67,6 +67,7 @@
|
|||
Actions
|
||||
</label>
|
||||
<div class="col-sm-11">
|
||||
<button class="btn btn-primary btn-sm" type="button" ng-click="$ctrl.downloadLogs()" style="margin-left: 0;"><i class="fa fa-download"></i> Download logs</button>
|
||||
<button
|
||||
class="btn btn-primary btn-sm"
|
||||
ng-click="$ctrl.copy()"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue