diff options
Diffstat (limited to 'inst/app/templates/content/estimation/estimates/add-estimators/parameters.html')
-rw-r--r-- | inst/app/templates/content/estimation/estimates/add-estimators/parameters.html | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/inst/app/templates/content/estimation/estimates/add-estimators/parameters.html b/inst/app/templates/content/estimation/estimates/add-estimators/parameters.html new file mode 100644 index 0000000..5250e31 --- /dev/null +++ b/inst/app/templates/content/estimation/estimates/add-estimators/parameters.html @@ -0,0 +1,7 @@ +<div class="my-4" data-display-if="input.estimator_select === '{{ id }}'"> + <h5>Parameters</h5> + {{ htmlTemplate(paste0("templates/content/estimation/estimates/add-estimators/", id, ".html")) }} + <button id="add_{{ id }}" type="button" class="btn btn-outline-primary btn-sm action-button mt-3"> + <span class="glyphicon glyphicon-plus"></span> Add + </button> +</div> |