1
0
Fork 0
mirror of https://github.com/portainer/portainer.git synced 2025-08-05 05:45:22 +02:00

added space in additional file list.

This commit is contained in:
Felix Han 2021-09-06 01:10:01 +12:00
parent 8321318143
commit 93a77fd80c

View file

@ -7,7 +7,7 @@
<p> <p>
Update Update
<code <code
>{{ $ctrl.configFilePath }}<span ng-if="$ctrl.additionalFiles.length > 0">,{{ $ctrl.additionalFiles.join(',') }}</span></code >{{ $ctrl.configFilePath }}<span ng-if="$ctrl.additionalFiles.length > 0">, {{ $ctrl.additionalFiles.join(',') }}</span></code
> >
in git and pull from here to update the {{ $ctrl.type }}. in git and pull from here to update the {{ $ctrl.type }}.
</p> </p>