Do not show hostpath in volume mount dropdown

This commit is contained in:
Johannes Zellner
2020-12-04 11:35:01 +01:00
parent 734542b3c4
commit 3dd8642a60

View File

@@ -754,7 +754,7 @@
<tbody>
<tr ng-repeat="mount in storage.mounts">
<td>
<multiselect ng-model="mount.volume" data-compare-by="hostPath" options="volume.name + ' - ' + volume.hostPath for volume in volumes" data-multiple="false" filter-after-rows="5" scroll-after-rows="10"></multiselect>
<multiselect ng-model="mount.volume" data-compare-by="hostPath" options="volume.name for volume in volumes" data-multiple="false" filter-after-rows="5" scroll-after-rows="10"></multiselect>
</td>
<td class="text-left" style="vertical-align: middle;">
<input type="checkbox" ng-model="mount.readOnly" style="margin-top: initial;"/>