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

fix(stacks): fix missing type prop in stack view [EE-1950] (#5972)

This commit is contained in:
Marcelo Rydel 2021-10-26 19:26:13 -03:00 committed by GitHub
parent 5c85c563e1
commit f738af0f34
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -5,6 +5,7 @@
<git-form-info-panel
class-name="text-muted small"
url="$ctrl.model.URL"
type="stack"
config-file-path="$ctrl.model.ConfigFilePath"
additional-files="$ctrl.stack.AdditionalFiles"
></git-form-info-panel>