Skip to content

Commit

Permalink
Merge pull request #154 from crosbymichael/restart-policy
Browse files Browse the repository at this point in the history
Don't use self-closing select element
  • Loading branch information
kevana committed Nov 27, 2015
2 parents 4d759fb + 064ffe2 commit 25a4607
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/components/startContainer/startcontainer.html
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,8 @@ <h3>Create And Start Container From Image</h3>
<div class="form-group form-inline">
<select ng-model="volume.name"
ng-options="name for name in containerNames track by name"
class="form-control"/>
class="form-control">
</select>
<button class="btn btn-danger btn-xs form-control"
ng-click="rmEntry(config.HostConfig.VolumesFrom, volume)">
Remove
Expand Down

0 comments on commit 25a4607

Please sign in to comment.