Fix mounting UI
This commit is contained in:
@@ -836,8 +836,7 @@
|
||||
<tbody>
|
||||
<tr ng-repeat="mount in storage.mounts">
|
||||
<td>
|
||||
<select class="form-control" ng-model="mount.volume">
|
||||
<option ng-repeat="volume in volumes" value="{{ volume }}">{{ volume.name }} ({{ volume.hostPath }})</option>
|
||||
<select class="form-control" ng-model="mount.volume" ng-options="v as v.name + ' (' + v.hostPath + ')' for v in volumes">
|
||||
</select>
|
||||
</td>
|
||||
<td class="text-left elide-table-cell hidden-xs hidden-sm">
|
||||
|
||||
Reference in New Issue
Block a user