diogogmt / webvirt

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

UI should display raw error messages #35

Closed diogogmt closed 11 years ago

diogogmt commented 11 years ago

Since this is a debug tool, the UI should display the raw error messages with toastr to help the user figure it out the problem.

sedge commented 11 years ago

Could we get them displayed on the log page?

diogogmt commented 11 years ago

The log page is displaying all the errors/info/exceptions logged in the server.

What I mean about raw error messages is that the UI shouldn't parse them before displaying to the user. So if something goes wrong with an action, instead of just saying "Action error.", the raw message returned by virt should be displayed.