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

tangyun pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/flink.git


The following commit(s) were added to refs/heads/master by this push:
     new d2ed2df2921 [hotfix][web] Correct the hint of options name of 
rest.profiling.enabled
d2ed2df2921 is described below

commit d2ed2df29215e3ef133ad13ed22a52c75ff50fd5
Author: Yun Tang <[email protected]>
AuthorDate: Tue Feb 6 19:12:23 2024 +0800

    [hotfix][web] Correct the hint of options name of rest.profiling.enabled
---
 .../pages/task-manager/profiler/task-manager-profiler.component.html    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/flink-runtime-web/web-dashboard/src/app/pages/task-manager/profiler/task-manager-profiler.component.html
 
b/flink-runtime-web/web-dashboard/src/app/pages/task-manager/profiler/task-manager-profiler.component.html
index 175cf546064..405f28110e7 100644
--- 
a/flink-runtime-web/web-dashboard/src/app/pages/task-manager/profiler/task-manager-profiler.component.html
+++ 
b/flink-runtime-web/web-dashboard/src/app/pages/task-manager/profiler/task-manager-profiler.component.html
@@ -121,7 +121,7 @@
       nzType="warning"
       style="margin-top: 10px"
       nzShowIcon
-      nzMessage="You need to set the config `rest.profiler.enabled: true` to 
enable this experimental profiler feature."
+      nzMessage="You need to set the config `rest.profiling.enabled: true` to 
enable this experimental profiler feature."
     ></nz-alert>
   </div>
   <nz-table

Reply via email to