Update cloud_regions.html

Fix typo
pull/1086/head
noramullen1 2020-06-04 10:35:50 -07:00
parent 566e261584
commit be21a2b69a
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@
{{ range .regions }}
<tr>
<td {{ if .status }}class="{{ .status }}"{{ end }}>{{ .name }}</td>
<td><{{ .location }}</td>
<td>{{ .location }}</td>
<td><a href="{{ .url }}">{{ .url }}</a></td>
</tr>
{{ end }}