diff options
| author | Loic GUEGAN <loic@Manzerbredes.home> | 2016-05-06 14:37:02 +0200 |
|---|---|---|
| committer | Loic GUEGAN <loic@Manzerbredes.home> | 2016-05-06 14:37:02 +0200 |
| commit | 21ed091ba6209d9c6fdaf9191412515a5f01d82f (patch) | |
| tree | f695a6eeb339dd81a6218e30716ed303def87df5 /client/partials/home | |
| parent | 2856a776dbedfdef2ace3cd4b4c06d1e8ebe6151 (diff) | |
Correct bugs
Diffstat (limited to 'client/partials/home')
| -rw-r--r-- | client/partials/home/machineDetails.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/partials/home/machineDetails.html b/client/partials/home/machineDetails.html index 4fc3f32..83701e7 100644 --- a/client/partials/home/machineDetails.html +++ b/client/partials/home/machineDetails.html @@ -49,7 +49,7 @@ <fieldset class="form-group"> <label class="control-label col-sm-2">Image</label> <select class="col-sm-20" id="ramSelected"> - <option ng-repeat="image in axioms.images" ng-selected="machine.imageId == Object.keys(image)">{{ image.name}}</option> + <option ng-repeat="image in images" ng-selected="machine.imageId == Object.keys(image)">{{ image.name}}</option> </select> </fieldset> |
