Respond to PR feedback
parent
c44f4690c4
commit
566e261584
|
@ -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
|
||||
|
|
|
@ -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 }}
|
||||
|
|
Loading…
Reference in New Issue