Respond to PR feedback

pull/1080/head
noramullen1 2020-06-01 14:42:32 -07:00
parent c44f4690c4
commit 566e261584
2 changed files with 3 additions and 3 deletions

View File

@ -12,7 +12,7 @@ cloud:
- name: Amazon Web Services
short_name: AWS
regions:
- name: US West
- name: US West (Oregon)
location: Oregon, USA
url: https://us-west-2-1.aws.cloud2.influxdata.com
- name: EU Frankfurt
@ -21,7 +21,7 @@ cloud:
- name: Google Cloud Platform
short_name: GCP
regions:
- name: US Central
- name: US Central (Iowa)
location: Iowa, USA
url: https://us-central1-1.gcp.cloud2.influxdata.com
- name: Microsoft Azure

View File

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