Repository: incubator-zeppelin
Updated Branches:
  refs/heads/master 81e823eb1 -> e39dcd3e4


Add Shift+Enter description to tooltip

Recently I've seen many demo using Zeppelin, and I've found many's are using 
play button to run paragraph.
Maybe they didn't know a better way to run a paragraph, adding a shortcut 
description might help.

Author: Kevin (Sangwoo) Kim <[email protected]>

Closes #337 from swkimme/shift-enter-description and squashes the following 
commits:

c192dda [Kevin (Sangwoo) Kim] Add Shift+Enter description to tooltip


Project: http://git-wip-us.apache.org/repos/asf/incubator-zeppelin/repo
Commit: 
http://git-wip-us.apache.org/repos/asf/incubator-zeppelin/commit/e39dcd3e
Tree: http://git-wip-us.apache.org/repos/asf/incubator-zeppelin/tree/e39dcd3e
Diff: http://git-wip-us.apache.org/repos/asf/incubator-zeppelin/diff/e39dcd3e

Branch: refs/heads/master
Commit: e39dcd3e46dddc05a9b9bec754473e7b4a4956b3
Parents: 81e823e
Author: Kevin (Sangwoo) Kim <[email protected]>
Authored: Mon Oct 5 20:18:12 2015 +0900
Committer: Lee moon soo <[email protected]>
Committed: Sun Oct 11 09:44:30 2015 +0200

----------------------------------------------------------------------
 zeppelin-web/src/app/notebook/paragraph/paragraph.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-zeppelin/blob/e39dcd3e/zeppelin-web/src/app/notebook/paragraph/paragraph.html
----------------------------------------------------------------------
diff --git a/zeppelin-web/src/app/notebook/paragraph/paragraph.html 
b/zeppelin-web/src/app/notebook/paragraph/paragraph.html
index 2bf1066..8079b21 100644
--- a/zeppelin-web/src/app/notebook/paragraph/paragraph.html
+++ b/zeppelin-web/src/app/notebook/paragraph/paragraph.html
@@ -407,7 +407,7 @@ limitations under the License.
     </span>
 
     <!-- Run / Cancel button -->
-    <span class="icon-control-play" style="cursor:pointer;color:#3071A9" 
tooltip-placement="top" tooltip="Run this paragraph"
+    <span class="icon-control-play" style="cursor:pointer;color:#3071A9" 
tooltip-placement="top" tooltip="Run this paragraph (Shift+Enter)"
           ng-click="runParagraph(getEditorValue())"
           ng-show="paragraph.status!='RUNNING' && 
paragraph.status!='PENDING'"></span>
     <span class="icon-control-pause" style="cursor:pointer;color:#CD5C5C" 
tooltip-placement="top" tooltip="Cancel"

Reply via email to