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:
parent
167d4319b5
commit
97a0ea4a31
1 changed files with 1 additions and 1 deletions
|
@ -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 -->
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue