This is an automated email from the ASF dual-hosted git repository.
benjobs pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/streampark.git
The following commit(s) were added to refs/heads/dev by this push:
new ee966400c [Improve] Display the text when mouse hovers on the "build"
button (#4251)
ee966400c is described below
commit ee966400c5ca12ed927025208c0a1b89e899a841
Author: Gianzie <[email protected]>
AuthorDate: Thu Jun 5 12:21:42 2025 +0800
[Improve] Display the text when mouse hovers on the "build" button (#4251)
---
.../streampark-console-webapp/src/views/resource/project/View.vue | 1 +
1 file changed, 1 insertion(+)
diff --git
a/streampark-console/streampark-console-webapp/src/views/resource/project/View.vue
b/streampark-console/streampark-console-webapp/src/views/resource/project/View.vue
index d8a8ae4b3..4e4a5ea5f 100644
---
a/streampark-console/streampark-console-webapp/src/views/resource/project/View.vue
+++
b/streampark-console/streampark-console-webapp/src/views/resource/project/View.vue
@@ -106,6 +106,7 @@
class: 'e2e-project-build-btn',
icon: 'ant-design:thunderbolt-outlined',
auth: 'project:build',
+ tooltip: t('flink.project.operationTips.buildProject'),
ifShow: record.buildState !== BuildStateEnum.BUILDING,
popConfirm: {
okButtonProps: {