Closed sedge closed 11 years ago
So far, this has been solved by forcing a redirect to the dashboard page. This defeats part of the point of the Backbone.js system though, so it would be better to decouple loading dependencies from displaying either page.
This appears to have been solved during our refactoring. This must be confirmed.
The model needed to populate the
Host Description
template on the page is being carried over from its instantiation on the root path.In other words, because the Host Collection has not fetched the models from the server, the model representing the machine hosting the instances to be displayed is missing.