]> nmode's Git Repositories - Rnaught/blobdiff - inst/app/templates/content/estimation/estimates/add-estimators/parameters.html
Update Shiny app
[Rnaught] / inst / app / templates / content / estimation / estimates / add-estimators / parameters.html
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 (file)
index 0000000..5250e31
--- /dev/null
@@ -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>