aboutsummaryrefslogtreecommitdiff
path: root/src/templates/options.html
diff options
context:
space:
mode:
Diffstat (limited to 'src/templates/options.html')
-rw-r--r--src/templates/options.html12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/templates/options.html b/src/templates/options.html
index 8b87346..40e5471 100644
--- a/src/templates/options.html
+++ b/src/templates/options.html
@@ -11,6 +11,18 @@
<br>
+ <input class="form-control" id="HeatmapIntensity" name="HeatmapIntensity" value="5" type="number"
+ aria-describedby="HeatmapIntensityHelp">
+ <div id="HeatmapIntensityHelp" class="form-text">Change the intensity of the heatmap nodes</div>
+
+ <br>
+
+ <input class="form-control" id="HeatmapRadius" name="HeatmapRadius" value="100" type="number"
+ aria-describedby="HeatmapRadiusHelp">
+ <div id="HeatmapRadiusHelp" class="form-text">Change the radius of the heatmap nodes</div>
+
+ <br>
+
<button type="submit" disabled id="SubmitButton" class="btn btn-primary">Run query</button>
</form>