----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/10860/ -----------------------------------------------------------
Review request for cloudstack and Pranav Saxena. Description ------- According to CS' fronend logic, there is a general error handling function in cloudStack.js line 95. Hense this is a common issue for detail view when a request failed from server. This patch try not to against current UI logic and provide a statusCode callback to capture failed request. The added callback will remove loading div from detailView. This patch is a suggested solution to the issue. Thanks This addresses bug CLOUDSTACK-2274. Diffs ----- ui/scripts/system.js 7aa0566 Diff: https://reviews.apache.org/r/10860/diff/ Testing ------- Test from UI and work well Thanks, Isaac Chiang