You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@streampark.apache.org by be...@apache.org on 2022/11/25 14:06:56 UTC

[incubator-streampark] branch dev updated (409891661 -> a2dbb6e5f)

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

benjobs pushed a change to branch dev
in repository https://gitbox.apache.org/repos/asf/incubator-streampark.git


    from 409891661 [Improve] Unified swagger api docs description (#2096)
     add a2dbb6e5f [Fix] cluster edit bug ,header show lock (#2098)

No new revisions were added by this update.

Summary of changes:
 .../streampark-console-webapp/src/enums/appEnum.ts |  5 +++
 .../default/header/components/LockScreen.vue}      | 44 +++++++++----------
 .../layouts/default/header/components/Slogan.vue   |  4 +-
 .../src/layouts/default/header/components/index.ts |  1 +
 .../header/components/user-dropdown/index.vue      | 20 +--------
 .../src/layouts/default/header/index.vue           |  4 ++
 .../src/locales/lang/en/flink/setting.ts           | 12 +++++
 .../src/locales/lang/zh-CN/flink/app.ts            |  2 +-
 .../src/locales/lang/zh-CN/flink/setting.ts        | 12 +++++
 .../src/views/flink/app/components/CustomForm.tsx  | 16 +++----
 .../src/views/flink/app/components/Dependency.vue  | 10 ++---
 .../src/views/flink/app/hooks/useFlinkRender.tsx   | 11 +++--
 .../src/views/flink/setting/EditCluster.vue        |  3 +-
 .../setting/components/FlinkClusterSetting.vue     | 23 ++++++----
 .../views/flink/setting/hooks/useClusterSetting.ts | 51 ++++++++++++++++------
 15 files changed, 132 insertions(+), 86 deletions(-)
 copy streampark-console/streampark-console-webapp/src/{views/base/error-log/DetailModal.vue => layouts/default/header/components/LockScreen.vue} (56%)