GitHub user Savalek opened a pull request: https://github.com/apache/zeppelin/pull/3255
[ZEPPELIN-3095] fix UI when paragraphs run sequential (in v0.8) ### What is this PR for? This PR fixes the incorrect behavior of UI during the execution of the RunAllParagraphs. Including: allows you to copy the note at runtime (before that, the new note was created only after the end of runAllParagraph), blocks some interface elements. The following items are blocked: **Paragraphs Control :** * Move up * Move down * Insert new * Clone paragraph * Run all above * Run all below * Disable run * Remove **Note :** * Insert new paragraph ### What type of PR is it? Improvement ### What is the Jira issue? [Zeppelin-3095](https://issues.apache.org/jira/browse/ZEPPELIN-3095) [ZP-25] ### GIF  ### Questions: * Does the licenses files need update? no * Is there breaking changes for older versions? no * Does this needs documentation? no You can merge this pull request into a Git repository by running: $ git pull https://github.com/Savalek/zeppelin fix_ui_stable_0.8 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/zeppelin/pull/3255.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #3255 ---- commit e7779b30e8d14f5c6286ca40c0d9227cea0cc4fb Author: Savalek <def113@...> Date: 2018-12-06T09:11:35Z [ZEPPELIN-3095] fix UI when paragraphs run sequential (stable 0.8) ---- ---