mirror of
https://github.com/portainer/portainer.git
synced 2025-08-02 20:35:25 +02:00
fix(volume-browser): download capability for all types of files (#2954)
This commit is contained in:
parent
f3b9668629
commit
96f266adf6
3 changed files with 5 additions and 3 deletions
|
@ -12,7 +12,8 @@ angular.module('portainer.agent')
|
|||
},
|
||||
get: {
|
||||
method: 'GET', params: { action: 'get' },
|
||||
transformResponse: browseGetResponse
|
||||
transformResponse: browseGetResponse,
|
||||
responseType: 'arraybuffer'
|
||||
},
|
||||
delete: {
|
||||
method: 'DELETE', params: { action: 'delete' }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue