You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by tr...@apache.org on 2019/08/23 14:49:14 UTC

[flink] branch release-1.9 updated: [FLINK-13831] Correct Free Slots / All Slots display error

This is an automated email from the ASF dual-hosted git repository.

trohrmann pushed a commit to branch release-1.9
in repository https://gitbox.apache.org/repos/asf/flink.git


The following commit(s) were added to refs/heads/release-1.9 by this push:
     new 2d3179a  [FLINK-13831] Correct Free Slots / All Slots display error
2d3179a is described below

commit 2d3179a4c382369704304fafeba477ddb98a09d9
Author: gentlewang <ge...@gentlewangdeMacBook-Pro.local>
AuthorDate: Fri Aug 23 18:47:07 2019 +0800

    [FLINK-13831] Correct Free Slots / All Slots display error
    
    This closes #9521.
---
 .../app/pages/task-manager/status/task-manager-status.component.html    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/flink-runtime-web/web-dashboard/src/app/pages/task-manager/status/task-manager-status.component.html b/flink-runtime-web/web-dashboard/src/app/pages/task-manager/status/task-manager-status.component.html
index 04dfb22..fd8c592 100644
--- a/flink-runtime-web/web-dashboard/src/app/pages/task-manager/status/task-manager-status.component.html
+++ b/flink-runtime-web/web-dashboard/src/app/pages/task-manager/status/task-manager-status.component.html
@@ -38,7 +38,7 @@
     <nz-divider [nzType]="'vertical'"></nz-divider>
     <div class="field">
       <span>Free Slots / All Slots:</span>
-      <span>{{ taskManagerDetail.slotsNumber }} / {{ taskManagerDetail.freeSlots }}</span>
+      <span>{{ taskManagerDetail.freeSlots }} / {{ taskManagerDetail.slotsNumber }}</span>
     </div>
     <nz-divider [nzType]="'vertical'"></nz-divider>
     <div class="field">