1
0
Fork 0
mirror of https://github.com/portainer/portainer.git synced 2025-07-24 15:59:41 +02:00

fix(service-details): fix an issue where secret target would be overwritten (#964)

This commit is contained in:
Anthony Lapenna 2017-06-29 08:37:05 +02:00 committed by GitHub
parent 1168e94534
commit 4adedf9436
2 changed files with 4 additions and 2 deletions

View file

@ -21,7 +21,7 @@ angular.module('portainer.helpers')
SecretID: secret.Id,
SecretName: secret.Name,
File: {
Name: secret.Name,
Name: secret.FileName,
UID: '0',
GID: '0',
Mode: 444