1
0
Fork 0
mirror of https://github.com/portainer/portainer.git synced 2025-08-02 20:35:25 +02:00

fix(templates): select volume name not object (#3549)

This commit is contained in:
William 2020-02-06 09:07:23 +13:00 committed by GitHub
parent 167d4319b5
commit 97a0ea4a31
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -239,7 +239,7 @@
id="container_volumes" class="form-control"
placeholder="Select a volume"
typeahead-min-length="0"
uib-typeahead="vol as vol.Name for vol in availableVolumes | filter:$viewValue"
uib-typeahead="vol.Name as vol.Name for vol in availableVolumes | filter:$viewValue"
/>
</div>
<!-- !volume -->