You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by ch...@apache.org on 2017/09/05 09:36:02 UTC

flink-web git commit: [FLINK-7560] Add reset button for plan visualizer page

Repository: flink-web
Updated Branches:
  refs/heads/asf-site 178981807 -> dfe4744ff


[FLINK-7560] Add reset button for plan visualizer page

This closes #82.


Project: http://git-wip-us.apache.org/repos/asf/flink-web/repo
Commit: http://git-wip-us.apache.org/repos/asf/flink-web/commit/dfe4744f
Tree: http://git-wip-us.apache.org/repos/asf/flink-web/tree/dfe4744f
Diff: http://git-wip-us.apache.org/repos/asf/flink-web/diff/dfe4744f

Branch: refs/heads/asf-site
Commit: dfe4744ff266320f6b8166f87670c783bb20e04b
Parents: 1789818
Author: zhouhai02 <zh...@meituan.com>
Authored: Wed Aug 30 17:18:59 2017 +0800
Committer: zentol <ch...@apache.org>
Committed: Tue Sep 5 10:27:24 2017 +0200

----------------------------------------------------------------------
 content/visualizer/index.html | 5 +++--
 visualizer/index.html         | 5 +++--
 2 files changed, 6 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flink-web/blob/dfe4744f/content/visualizer/index.html
----------------------------------------------------------------------
diff --git a/content/visualizer/index.html b/content/visualizer/index.html
index 3704ecc..0bc7324 100755
--- a/content/visualizer/index.html
+++ b/content/visualizer/index.html
@@ -37,9 +37,10 @@
 <body>
   <div class="mainHeading">
     <h1 style="margin-top:0"><img src="img/flink-logo.png" width="100" height="100" alt="Flink Logo" align="middle"/>Flink Plan Visualizer
-	    <div style="position:absolute; top:40px; right:110px;">
+	    <div style="position:absolute; top:40px; right:60px;">
 		  <button id="zoomIn" type="button" class="btn btn-default">Zoom In</button>
-		  <button id="zoomOut" type="button" class="btn btn-default">Zoom Out</button>
+		  <button id="zoomOut" type="button" class="btn btn-default">Zoom Out</button>&nbsp;&nbsp;
+		  <button id="reset" type="button" class="btn btn-default" onclick="window.location.reload()">Reset</button>
 		</div>
     </h1>
   </div>

http://git-wip-us.apache.org/repos/asf/flink-web/blob/dfe4744f/visualizer/index.html
----------------------------------------------------------------------
diff --git a/visualizer/index.html b/visualizer/index.html
index 3704ecc..0bc7324 100755
--- a/visualizer/index.html
+++ b/visualizer/index.html
@@ -37,9 +37,10 @@
 <body>
   <div class="mainHeading">
     <h1 style="margin-top:0"><img src="img/flink-logo.png" width="100" height="100" alt="Flink Logo" align="middle"/>Flink Plan Visualizer
-	    <div style="position:absolute; top:40px; right:110px;">
+	    <div style="position:absolute; top:40px; right:60px;">
 		  <button id="zoomIn" type="button" class="btn btn-default">Zoom In</button>
-		  <button id="zoomOut" type="button" class="btn btn-default">Zoom Out</button>
+		  <button id="zoomOut" type="button" class="btn btn-default">Zoom Out</button>&nbsp;&nbsp;
+		  <button id="reset" type="button" class="btn btn-default" onclick="window.location.reload()">Reset</button>
 		</div>
     </h1>
   </div>