Repository: flink Updated Branches: refs/heads/release-1.2 57a395546 -> a988e6cc9
[FLINK-5560] [webfrontend] Align table header columns with body Project: http://git-wip-us.apache.org/repos/asf/flink/repo Commit: http://git-wip-us.apache.org/repos/asf/flink/commit/772884ee Tree: http://git-wip-us.apache.org/repos/asf/flink/tree/772884ee Diff: http://git-wip-us.apache.org/repos/asf/flink/diff/772884ee Branch: refs/heads/release-1.2 Commit: 772884eed7962f8d7fdcc94e8cf7a93243dd2a17 Parents: 57a3955 Author: Ufuk Celebi <[email protected]> Authored: Wed Jan 18 18:31:32 2017 +0100 Committer: Ufuk Celebi <[email protected]> Committed: Thu Jan 19 15:04:19 2017 +0100 ---------------------------------------------------------------------- .../app/partials/jobs/job.plan.node.checkpoints.summary.jade | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flink/blob/772884ee/flink-runtime-web/web-dashboard/app/partials/jobs/job.plan.node.checkpoints.summary.jade ---------------------------------------------------------------------- diff --git a/flink-runtime-web/web-dashboard/app/partials/jobs/job.plan.node.checkpoints.summary.jade b/flink-runtime-web/web-dashboard/app/partials/jobs/job.plan.node.checkpoints.summary.jade index 503c243..caac9b3 100644 --- a/flink-runtime-web/web-dashboard/app/partials/jobs/job.plan.node.checkpoints.summary.jade +++ b/flink-runtime-web/web-dashboard/app/partials/jobs/job.plan.node.checkpoints.summary.jade @@ -20,8 +20,8 @@ div(ng-if="checkpointStats['summary']") thead tr td - td #[strong State Size] td #[strong End to End Duration] + td #[strong State Size] td #[strong Buffered During Alignment] tbody tr
