]> nmode's Git Repositories - Rnaught/blobdiff - inst/app/templates/content/estimation/estimates/add-estimators/parameters.html
Update web app entry point
[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
deleted file mode 100644 (file)
index 5250e31..0000000
+++ /dev/null
@@ -1,7 +0,0 @@
-<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>