]> nmode's Git Repositories - Rnaught/blob - inst/web/templates/content/estimation/estimates/add-estimators/parameters.html
Update web app entry point
[Rnaught] / inst / web / templates / content / estimation / estimates / add-estimators / parameters.html
1 <div class="my-4" data-display-if="input.estimator_select === '{{ id }}'">
2 <h5>Parameters</h5>
3 {{ htmlTemplate(paste0("templates/content/estimation/estimates/add-estimators/", id, ".html")) }}
4 <button id="add_{{ id }}" type="button" class="btn btn-outline-primary btn-sm action-button mt-3">
5 <span class="glyphicon glyphicon-plus"></span> Add
6 </button>
7 </div>