Merge pull request #77 from sandeepmendiratta/sandeep-heatmap_fix

minor typo correction in heat map page. Also updated version and Read…
This commit is contained in:
Mikolaj Pawlikowski
2020-03-22 21:36:49 +00:00
committed by GitHub
3 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
name ?= goldpinger
version ?= 2.0.1
version ?= 2.0.2
bin ?= goldpinger
pkg ?= "github.com/bloomberg/goldpinger"
tag = $(name):$(version)
+1 -1
View File
@@ -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
+3 -3
View File
@@ -137,17 +137,17 @@ limitations under the License.
<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>