[webfrontend] Rebuild web frontend
Project: http://git-wip-us.apache.org/repos/asf/flink/repo Commit: http://git-wip-us.apache.org/repos/asf/flink/commit/a988e6cc Tree: http://git-wip-us.apache.org/repos/asf/flink/tree/a988e6cc Diff: http://git-wip-us.apache.org/repos/asf/flink/diff/a988e6cc Branch: refs/heads/release-1.2 Commit: a988e6cc9e08796bf2557e4457bae82ad595ba22 Parents: 27a1e75 Author: Ufuk Celebi <[email protected]> Authored: Wed Jan 18 18:33:17 2017 +0100 Committer: Ufuk Celebi <[email protected]> Committed: Thu Jan 19 15:04:29 2017 +0100 ---------------------------------------------------------------------- .../web/partials/jobs/job.plan.node.checkpoints.details.html | 2 +- .../web/partials/jobs/job.plan.node.checkpoints.summary.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flink/blob/a988e6cc/flink-runtime-web/web-dashboard/web/partials/jobs/job.plan.node.checkpoints.details.html ---------------------------------------------------------------------- diff --git a/flink-runtime-web/web-dashboard/web/partials/jobs/job.plan.node.checkpoints.details.html b/flink-runtime-web/web-dashboard/web/partials/jobs/job.plan.node.checkpoints.details.html index d7a3e54..d3b1613 100644 --- a/flink-runtime-web/web-dashboard/web/partials/jobs/job.plan.node.checkpoints.details.html +++ b/flink-runtime-web/web-dashboard/web/partials/jobs/job.plan.node.checkpoints.details.html @@ -155,7 +155,7 @@ limitations under the License. <td>{{ subtask['checkpoint']['async'] | humanizeDuration }}</td> <td>{{ subtask['alignment']['buffered'] | humanizeBytes}}</td> <td ng-if-end="ng-if-end">{{ subtask['alignment']['duration'] | humanizeDuration }}</td> - <td ng-if="subtask['status'] == 'pending'" colspan="7">n/a</td> + <td ng-if="subtask['status'] == 'pending_or_failed'" colspan="7">n/a</td> </tr> </tbody> </table> http://git-wip-us.apache.org/repos/asf/flink/blob/a988e6cc/flink-runtime-web/web-dashboard/web/partials/jobs/job.plan.node.checkpoints.summary.html ---------------------------------------------------------------------- diff --git a/flink-runtime-web/web-dashboard/web/partials/jobs/job.plan.node.checkpoints.summary.html b/flink-runtime-web/web-dashboard/web/partials/jobs/job.plan.node.checkpoints.summary.html index 96f6d05..cf94aef 100644 --- a/flink-runtime-web/web-dashboard/web/partials/jobs/job.plan.node.checkpoints.summary.html +++ b/flink-runtime-web/web-dashboard/web/partials/jobs/job.plan.node.checkpoints.summary.html @@ -22,8 +22,8 @@ limitations under the License. <thead> <tr> <td></td> - <td><strong>State Size</strong></td> <td><strong>End to End Duration</strong></td> + <td><strong>State Size</strong></td> <td><strong>Buffered During Alignment</strong></td> </tr> </thead>
