mirror of https://github.com/status-im/consul.git
Fixes a bad merge in the UI.
This commit is contained in:
parent
4248e7659c
commit
4a9a074f83
|
@ -92,8 +92,6 @@ App.DcRoute = App.BaseRoute.extend({
|
|||
|
||||
// Return a promise hash to retreieve the
|
||||
// dcs and nodes used in the header
|
||||
var token = App.get('settings.token');
|
||||
|
||||
return Ember.RSVP.hash({
|
||||
dc: params.dc,
|
||||
dcs: Ember.$.getJSON('/v1/catalog/datacenters'),
|
||||
|
|
Loading…
Reference in New Issue