mirror of https://github.com/hashicorp/consul
ui: better error handling
parent
f0d66ceed5
commit
dcdc4e7d68
|
@ -58,7 +58,7 @@ App.BaseRoute = Ember.Route.extend({
|
||||||
App.IndexRoute = App.BaseRoute.extend({
|
App.IndexRoute = App.BaseRoute.extend({
|
||||||
// Retrieve the list of datacenters
|
// Retrieve the list of datacenters
|
||||||
model: function(params) {
|
model: function(params) {
|
||||||
return Ember.$.getJSON('/v1/catalog/datacenters').then(function(data) {
|
return Ember.$.getJSON('/v1/catalog/datacenaters').then(function(data) {
|
||||||
return data
|
return data
|
||||||
})
|
})
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue