Fixes a bad merge in the UI.

This commit is contained in:
James Phillips 2016-01-02 06:58:21 -08:00
parent 9f4ac9adc7
commit 35ef5fa975
1 changed files with 0 additions and 2 deletions

View File

@ -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'),