Skip to content
This repository has been archived by the owner on Jul 23, 2019. It is now read-only.

Commit

Permalink
fix: added cluster names to demo data
Browse files Browse the repository at this point in the history
  • Loading branch information
edewit authored and ia3andy committed Jun 18, 2018
1 parent ebb42eb commit 5f34637
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions src/assets/mock/demo-token.json
Original file line number Diff line number Diff line change
@@ -1,42 +1,44 @@
[
{
"id": "starter-us-east-1",
"name": "Starter: US East (Virginia)",
"type": "starter",
"connected": true
},
{
"id": "starter-us-west-1",
"name": "Starter: US West (California)",
"type": "starter",
"connected": false
},
{
"id": "starter-us-west-2",
"name": "Starter: US West (Oregon)",
"type": "starter",
"connected": false
},
{
"id": "starter-ca-central-1",
"name": "Starter: Canada (Central)",
"type": "starter",
"connected": false
},
{
"id": "pro-us-east-1",
"name": "Pro: US East (N. Virginia)",
"type": "pro",
"connected": false
},
{
"id": "pro-eu-west-1",
"name": "Pro: EU West (Ireland)",
"type": "pro",
"connected": false
},
{
"id": "pro-ap-southeast-2",
"name": "Pro: Asia Pacific (Sydney)",
"type": "pro",
"connected": false
},
{
"id": "online-stg",
"type": "internal",
"connected": false
}
]

0 comments on commit 5f34637

Please sign in to comment.