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

pull/3556/head
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
1 changed files with 1 additions and 1 deletions

View File

@ -239,7 +239,7 @@
id="container_volumes" class="form-control" id="container_volumes" class="form-control"
placeholder="Select a volume" placeholder="Select a volume"
typeahead-min-length="0" 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> </div>
<!-- !volume --> <!-- !volume -->