When removing a StreamApp from the pipeline. The API also removes its jar from the StreamApp list page
Reproduce steps
It will not only remove the graph from the pipeline but also remove its very jar from the list page as well.
/cc @saivirtue
related to #1125
It is because that the jar config and the streamApp config is saved to the same object in configurator ; The delete operation will remove jar also. This should be fixed after #1135
Hmm, did a quick look. I think some of the props from the API response body have changed. And the UI has broken a little. I'll file another issue to tweak the UI...
Issue opened #1167
Closing this and in favor of #1167