Skip to content

Commit

Permalink
UI cleanup follow up from #3245. (#3251)
Browse files Browse the repository at this point in the history
* Removes unnecessary set for model component which will be null.

* Returns a 404 for a missing node, not a 200 with an empty response.

* Updates built-in web assets.
  • Loading branch information
slackpad authored Jul 10, 2017
1 parent 53b47af commit 949acfb
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions javascripts/app/routes.js
Original file line number Diff line number Diff line change
Expand Up @@ -356,12 +356,6 @@ App.NodesShowRoute = App.BaseRoute.extend({
controller.set('content', models.node);
controller.set('sessions', models.sessions);
controller.set('tomography', models.tomography);
//
// Since we have 2 column layout, we need to also display the
// list of nodes on the left. Hence setting the attribute
// {{nodes}} on the controller.
//
controller.set('nodes', models.nodes);
}
});

Expand Down

0 comments on commit 949acfb

Please sign in to comment.