Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit ee96640

Browse files
authoredJun 5, 2025··
[Improve] Display the text when mouse hovers on the "build" button (#4251)
1 parent 0383b36 commit ee96640

File tree

1 file changed

+1
-0
lines changed
  • streampark-console/streampark-console-webapp/src/views/resource/project

1 file changed

+1
-0
lines changed
 

‎streampark-console/streampark-console-webapp/src/views/resource/project/View.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,7 @@
106106
class: 'e2e-project-build-btn',
107107
icon: 'ant-design:thunderbolt-outlined',
108108
auth: 'project:build',
109+
tooltip: t('flink.project.operationTips.buildProject'),
109110
ifShow: record.buildState !== BuildStateEnum.BUILDING,
110111
popConfirm: {
111112
okButtonProps: {

0 commit comments

Comments
 (0)
Please sign in to comment.