Program detail page works only when clicking on "view details" from overview, trying to access it by link leaves it loading.
Number of running programs on the overview pane stuck at 0 even when there are programs running
Truncating from the overview pane opens a popup which is stuck with a spinning loading symbol even though it said successful in the background
This PR fixes this issue: https://github.com/caskdata/cdap/pull/8163
UI was running in chromium 37 and required some polyfills (like array find) methods. Have added babel-polyfill to enable compatibility with older browsers.