diff --git a/js/menus/templates/AssemblerMenuView.html b/js/menus/templates/AssemblerMenuView.html index c7ed425079a5173d749f4750f51b10e2e90d3272..067ad9f3c711deaef722069ec6fc95b2b594b0a5 100644 --- a/js/menus/templates/AssemblerMenuView.html +++ b/js/menus/templates/AssemblerMenuView.html @@ -14,7 +14,10 @@ Machine: <label class="checkbox" for="stockAttached"> <input id="stockAttached" data-property="shouldPickUpStock" type="checkbox" <% if (allMachines[machineName].shouldPickUpStock){ %> checked="checked"<% } %> value="" data-toggle="checkbox" class="machine custom-checkbox"> <span class="icons"><span class="icon-unchecked"></span><span class="icon-checked"></span></span> - Separate Stock Position</label><br/> + Separate Stock Position</label> + <% if (allMachines[machineName].numMaterials > -1){ %> + Num Materials: <%= allMachines[machineName].numMaterials %><br/> + <% } %><br/> Strategy: <div class="btn-group"> <button data-toggle="dropdown" class="btn dropdown-toggle" type="button"><%= allAssemblyStrategies[camStrategy] %><span class="caret"></span></button>