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/incubator-streampark.git
The following commit(s) were added to refs/heads/dev by this push:
new cbd664a23 [Bug] app shutdown windows display incorrect (#2664)
cbd664a23 is described below
commit cbd664a2318c3c39cdbf603b849718becd07cfb0
Author: zhoulii <[email protected]>
AuthorDate: Thu Apr 20 10:46:55 2023 +0800
[Bug] app shutdown windows display incorrect (#2664)
Co-authored-by: zhoulii <[email protected]>
---
.../src/views/flink/app/components/AppView/StopApplicationModal.vue | 1 +
1 file changed, 1 insertion(+)
diff --git
a/streampark-console/streampark-console-webapp/src/views/flink/app/components/AppView/StopApplicationModal.vue
b/streampark-console/streampark-console-webapp/src/views/flink/app/components/AppView/StopApplicationModal.vue
index 34668f76b..453b24e3e 100644
---
a/streampark-console/streampark-console-webapp/src/views/flink/app/components/AppView/StopApplicationModal.vue
+++
b/streampark-console/streampark-console-webapp/src/views/flink/app/components/AppView/StopApplicationModal.vue
@@ -155,5 +155,6 @@
<SvgIcon name="shutdown" style="color: red" />
{{ t('flink.app.view.stop') }}
</template>
+ <BasicForm @register="registerForm" class="!pt-30px" />
</BasicModal>
</template>