[fix] ui: th to td (#6874)
Signed-off-by: fuling <fuling.lgz@alibaba-inc.com>
This commit is contained in:
parent
65a19421a4
commit
ddd4dcec19
|
@ -103,7 +103,7 @@
|
||||||
<th>Current Min Time</th>
|
<th>Current Min Time</th>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td scope="row">{{ .NumSeries}}</th>
|
<td scope="row">{{ .NumSeries}}</td>
|
||||||
<td>{{.ChunkCount}}</td>
|
<td>{{.ChunkCount}}</td>
|
||||||
<td>{{ .MaxTime}}</td>
|
<td>{{ .MaxTime}}</td>
|
||||||
<td>{{ .MinTime}}</td>
|
<td>{{ .MinTime}}</td>
|
||||||
|
@ -120,7 +120,7 @@
|
||||||
</tr>
|
</tr>
|
||||||
{{ range .Stats.CardinalityLabelStats }}
|
{{ range .Stats.CardinalityLabelStats }}
|
||||||
<tr>
|
<tr>
|
||||||
<td scope="row">{{.Name}}</th>
|
<td scope="row">{{.Name}}</td>
|
||||||
<td>{{.Count}}</td>
|
<td>{{.Count}}</td>
|
||||||
</tr>
|
</tr>
|
||||||
{{end}}
|
{{end}}
|
||||||
|
@ -135,7 +135,7 @@
|
||||||
</tr>
|
</tr>
|
||||||
{{ range .Stats.CardinalityMetricsStats }}
|
{{ range .Stats.CardinalityMetricsStats }}
|
||||||
<tr>
|
<tr>
|
||||||
<td scope="row">{{.Name}}</th>
|
<td scope="row">{{.Name}}</td>
|
||||||
<td>{{.Count}}</td>
|
<td>{{.Count}}</td>
|
||||||
</tr>
|
</tr>
|
||||||
{{end}}
|
{{end}}
|
||||||
|
@ -150,7 +150,7 @@
|
||||||
</tr>
|
</tr>
|
||||||
{{ range .Stats.LabelValueStats }}
|
{{ range .Stats.LabelValueStats }}
|
||||||
<tr>
|
<tr>
|
||||||
<td scope="row">{{.Name}}</th>
|
<td scope="row">{{.Name}}</td>
|
||||||
<td>{{.Count}}</td>
|
<td>{{.Count}}</td>
|
||||||
</tr>
|
</tr>
|
||||||
{{end}}
|
{{end}}
|
||||||
|
@ -165,7 +165,7 @@
|
||||||
</tr>
|
</tr>
|
||||||
{{ range .Stats.LabelValuePairsStats }}
|
{{ range .Stats.LabelValuePairsStats }}
|
||||||
<tr>
|
<tr>
|
||||||
<td scope="row">{{.Name}}</th>
|
<td scope="row">{{.Name}}</td>
|
||||||
<td>{{.Count}}</td>
|
<td>{{.Count}}</td>
|
||||||
</tr>
|
</tr>
|
||||||
{{end}}
|
{{end}}
|
||||||
|
|
Loading…
Reference in New Issue