Skip to content

Commit 53ca9fc

Browse files
committed
[hotfix][web] Correct the hint of options name of rest.profiling.enabled
1 parent 1ebcaf5 commit 53ca9fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flink-runtime-web/web-dashboard/src/app/pages/task-manager/profiler/task-manager-profiler.component.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@
121121
nzType="warning"
122122
style="margin-top: 10px"
123123
nzShowIcon
124-
nzMessage="You need to set the config `rest.profiler.enabled: true` to enable this experimental profiler feature."
124+
nzMessage="You need to set the config `rest.profiling.enabled: true` to enable this experimental profiler feature."
125125
></nz-alert>
126126
</div>
127127
<nz-table

0 commit comments

Comments
 (0)