summaryrefslogtreecommitdiff
path: root/client/partials/home/machineCreation.html
diff options
context:
space:
mode:
authorLoic GUEGAN <loic@Manzerbredes.home>2016-05-06 14:39:30 +0200
committerLoic GUEGAN <loic@Manzerbredes.home>2016-05-06 14:39:30 +0200
commitf9eb9712b39ce94a9898daa281ddb0585198e3d9 (patch)
tree4b92f04aa4f676db27f22afd60420271337c0759 /client/partials/home/machineCreation.html
parent21ed091ba6209d9c6fdaf9191412515a5f01d82f (diff)
Correct bug
Diffstat (limited to 'client/partials/home/machineCreation.html')
-rw-r--r--client/partials/home/machineCreation.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/partials/home/machineCreation.html b/client/partials/home/machineCreation.html
index 7c23ec7..8abdf86 100644
--- a/client/partials/home/machineCreation.html
+++ b/client/partials/home/machineCreation.html
@@ -25,7 +25,7 @@
<fieldset class="form-group">
<label class="control-label col-sm-2">Image</label>
<select class="col-sm-20" id="ramSelected" ng-model="selectedImage">
- <option ng-repeat="image in axioms.images" value="{{image.id}}">{{ image.name}}</option>
+ <option ng-repeat="image in images" value="{{image.id}}">{{ image.name}}</option>
</select>
</fieldset>
</form>