[fix] ui: th to td (#6874)

Signed-off-by: fuling <fuling.lgz@alibaba-inc.com>
This commit is contained in:
李国忠 2020-02-26 17:39:06 +08:00 committed by GitHub
parent 65a19421a4
commit ddd4dcec19
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 5 deletions

View File

@ -103,7 +103,7 @@
<th>Current Min Time</th>
</tr>
<tr>
<td scope="row">{{ .NumSeries}}</th>
<td scope="row">{{ .NumSeries}}</td>
<td>{{.ChunkCount}}</td>
<td>{{ .MaxTime}}</td>
<td>{{ .MinTime}}</td>
@ -120,7 +120,7 @@
</tr>
{{ range .Stats.CardinalityLabelStats }}
<tr>
<td scope="row">{{.Name}}</th>
<td scope="row">{{.Name}}</td>
<td>{{.Count}}</td>
</tr>
{{end}}
@ -135,7 +135,7 @@
</tr>
{{ range .Stats.CardinalityMetricsStats }}
<tr>
<td scope="row">{{.Name}}</th>
<td scope="row">{{.Name}}</td>
<td>{{.Count}}</td>
</tr>
{{end}}
@ -150,7 +150,7 @@
</tr>
{{ range .Stats.LabelValueStats }}
<tr>
<td scope="row">{{.Name}}</th>
<td scope="row">{{.Name}}</td>
<td>{{.Count}}</td>
</tr>
{{end}}
@ -165,7 +165,7 @@
</tr>
{{ range .Stats.LabelValuePairsStats }}
<tr>
<td scope="row">{{.Name}}</th>
<td scope="row">{{.Name}}</td>
<td>{{.Count}}</td>
</tr>
{{end}}