This is an automated email from the ASF dual-hosted git repository.
liujun pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/dubbo-kubernetes.git
from 9e686b41 Merge pull request #178 from
jianyi-gronk/feature/ui/improveServicePage
add 9a1e9fc4 Implementation monaco editor component
add 63518f48 modify monaco-editor in service debug page
new 41ab9a04 Merge pull request #186 from
jianyi-gronk/feature/ui/monacoEditorComponent
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
ui-vue3/src/components/editor/MonacoEditor.ts | 63 +++++++++++++
ui-vue3/src/components/editor/MonacoEditor.vue | 102 +++++++++++++++++++++
.../src/views/resources/services/tabs/debug.vue | 32 +------
3 files changed, 170 insertions(+), 27 deletions(-)
create mode 100644 ui-vue3/src/components/editor/MonacoEditor.ts
create mode 100644 ui-vue3/src/components/editor/MonacoEditor.vue