diogogmt / webvirt

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

UI Bug: Instance won't refresh status and ID #19

Closed sedge closed 11 years ago

sedge commented 11 years ago

Currently, the Instance model is set to query the status api call only, meaning that as a VM is started (and assigned an ID other than "-"), only the updated status of "running" is returned, and the ID remains "-".

sedge commented 11 years ago

I removed the ID field from the instance record entirely, since it is unrelated to the Instance UUID.