Skip to content

Commit

Permalink
Merge pull request #77 from sandeepmendiratta/sandeep-heatmap_fix
Browse files Browse the repository at this point in the history
minor typo correction in heat map page. Also updated version and Read…
  • Loading branch information
seeker89 authored Mar 22, 2020
2 parents d5400d6 + 0870833 commit 02b38e3
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name ?= goldpinger
version ?= 2.0.1
version ?= 2.0.2
bin ?= goldpinger
pkg ?= "github.com/bloomberg/goldpinger"
tag = $(name):$(version)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ spec:
valueFrom:
fieldRef:
fieldPath: status.podIP
image: "docker.io/bloomberg/goldpinger:2.0.1"
image: "docker.io/bloomberg/goldpinger:2.0.2"
imagePullPolicy: Always
securityContext:
allowPrivilegeEscalation: false
Expand Down
6 changes: 3 additions & 3 deletions static/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -137,17 +137,17 @@ <h4 class="modal-title" id="modal-title">Heatmap</h4>
<div id="heatmap-body" style="padding: 10px"></div>

<div class="input-group">
<span class="input-group-addon" style="width: 200px">Good treshold</span>
<span class="input-group-addon" style="width: 200px">Good threshold</span>
<input id="t0" type="number" step="1" class="form-control" placeholder="2" value="2">
<span class="input-group-addon">milliseconds</span>
</div>
<div class="input-group">
<span class="input-group-addon" style="width: 200px">Warning treshold</span>
<span class="input-group-addon" style="width: 200px">Warning threshold</span>
<input id="t1" type="number" step="1" class="form-control" placeholder="5" value="5">
<span class="input-group-addon">milliseconds</span>
</div>
<div class="input-group">
<span class="input-group-addon" style="width: 200px">Problem treshold</span>
<span class="input-group-addon" style="width: 200px">Problem threshold</span>
<input id="t2" type="number" step="1" class="form-control" placeholder="100" value="100">
<span class="input-group-addon">milliseconds</span>
</div>
Expand Down

0 comments on commit 02b38e3

Please sign in to comment.