frontend: remove unnecessary URL escapes

This commit is contained in:
Lan Tian
2021-02-27 15:24:21 +08:00
parent 1c3d9ec594
commit f6ddc5761b
2 changed files with 6 additions and 6 deletions

View File

@@ -9,7 +9,7 @@
<tbody>
{{ range .Rows }}
<tr class="table-{{ .MappedState }}">
<td><a href="/detail/{{ urlquery $ServerName }}/{{ urlquery .Name }}">{{ html .Name }}</a></td>
<td><a href="/detail/{{ $ServerName }}/{{ urlquery .Name }}">{{ html .Name }}</a></td>
<td>{{ html .Proto }}</td>
<td>{{ html .Table }}</td>
<td>{{ html .State }}</td>