diogogmt / webvirt

NodeJS application to manage hyper-visors though libvirt
1 stars 2 forks source link

UI Bug: Loading the Dashboard from "#host/:ip" breaks the app #21

Closed sedge closed 11 years ago

sedge commented 11 years ago

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.

sedge commented 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.

sedge commented 11 years ago

This appears to have been solved during our refactoring. This must be confirmed.