You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by uc...@apache.org on 2017/01/10 08:49:50 UTC

[11/11] flink git commit: [FLINK-4410] [runtime-web] Rebuild JS/HTML files

[FLINK-4410] [runtime-web] Rebuild JS/HTML files

This closes #3042.


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

Branch: refs/heads/master
Commit: 536e4b3525c8c95b41df4da127b9d53f23d9ccb2
Parents: 27df801
Author: Ufuk Celebi <uc...@apache.org>
Authored: Fri Dec 23 20:47:02 2016 +0100
Committer: Ufuk Celebi <uc...@apache.org>
Committed: Tue Jan 10 09:49:15 2017 +0100

----------------------------------------------------------------------
 .../web-dashboard/web/css/index.css             |  12 ++
 flink-runtime-web/web-dashboard/web/js/index.js | 193 +++++++++++++------
 .../jobs/job.plan.node-list.checkpoints.html    |  39 ++--
 .../jobs/job.plan.node.checkpoint-history.html  |  57 ++++++
 .../jobs/job.plan.node.checkpoints.config.html  |  59 ++++++
 .../jobs/job.plan.node.checkpoints.counts.html  |  51 +++++
 .../jobs/job.plan.node.checkpoints.details.html | 171 ++++++++++++++++
 .../jobs/job.plan.node.checkpoints.history.html |  65 +++++++
 .../jobs/job.plan.node.checkpoints.html         |  22 +++
 .../jobs/job.plan.node.checkpoints.job.html     | 110 +++++++----
 .../job.plan.node.checkpoints.overview.html     |  49 +++++
 .../job.plan.node.checkpoints.statistics.html   |  56 ++++++
 .../jobs/job.plan.node.checkpoints.summary.html |  53 +++++
 13 files changed, 811 insertions(+), 126 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flink/blob/536e4b35/flink-runtime-web/web-dashboard/web/css/index.css
----------------------------------------------------------------------
diff --git a/flink-runtime-web/web-dashboard/web/css/index.css b/flink-runtime-web/web-dashboard/web/css/index.css
index 14e58ec..2730c52 100644
--- a/flink-runtime-web/web-dashboard/web/css/index.css
+++ b/flink-runtime-web/web-dashboard/web/css/index.css
@@ -569,6 +569,18 @@ livechart {
   font-family: inherit;
   margin-top: -2px;
 }
+.checkpoints-view {
+  padding-top: 1em;
+}
+.subtask-details .blank {
+  height: 2em;
+}
+.checkpoint-overview td span {
+  padding-left: 2em;
+}
+.checkpoint-overview a {
+  color: #000;
+}
 svg.graph {
   overflow: hidden;
   height: 100%;