Description of problem: ================================= ops ui should be consistent with the ssui and have a formal page to render for 404 errors... see bug 1384722 Version-Release number of selected component (if applicable): ================================= 5.6.2 and 5.7.0.4
https://github.com/ManageIQ/manageiq/pull/14263
https://github.com/ManageIQ/manageiq-gems-pending/pull/90
So.. the current state is this: * API - any 404 from the API is either hidden from the user, or displays our error modal * $http - any error displays our error modal * jQuery - either the error modal gets displayed or the right side gets replaced by our rails exception screen (depends on where it happens) * full page reload - a rails exception screen is shown (which one depends on where it happens) So.. this is partly solved by having extended the error modal across the JS bits. But it's probably silly to try to recreate the error modal on a rails exception, + the modal wouldn't look that great floating above nothing, since there will be no pre-existing content on rails exceptions. Feels like a WONTFIX until we're an SPA, WDYT Dan? :)