ddm-plugin-dubbo-support 0.3.6 → 0.3.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/i18n.js +4 -8
- package/dist/index.js +471 -1293
- package/dist/renderer.js +535 -699
- package/package.json +2 -4
- package/java-invoke/hello.txt +0 -1
- package/public/jar/java-invoker.jar +0 -0
package/dist/i18n.js
CHANGED
|
@@ -40,9 +40,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
40
40
|
/* harmony export */ });
|
|
41
41
|
/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = ({
|
|
42
42
|
settings: {
|
|
43
|
-
title: "Invoker Setting"
|
|
44
|
-
invokerType: "Default Invoker",
|
|
45
|
-
invokerTypeTips: "Before using the Java actuator, install the Java environment first. Java invocation is slower than Telnet invocation, but the information returned by the Java invocation is more complete."
|
|
43
|
+
title: "Invoker Setting"
|
|
46
44
|
},
|
|
47
45
|
connect: {
|
|
48
46
|
validateMessage: {
|
|
@@ -158,7 +156,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
158
156
|
attachmentAuto: "Auto generated",
|
|
159
157
|
attachmentCustom: "Custom",
|
|
160
158
|
attachmentOverride: "Overrides auto value",
|
|
161
|
-
attachmentsUnsupported: "
|
|
159
|
+
attachmentsUnsupported: "Attachments are not supported for the current dubbo-admin data source.",
|
|
162
160
|
showAutoAttachments: "Show hidden auto entries ({count})",
|
|
163
161
|
hideAutoAttachments: "Hide auto-generated entries",
|
|
164
162
|
attachmentReasons: {
|
|
@@ -238,9 +236,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
238
236
|
/* harmony export */ });
|
|
239
237
|
/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = ({
|
|
240
238
|
settings: {
|
|
241
|
-
title: "执行器设置"
|
|
242
|
-
invokerType: "默认执行器",
|
|
243
|
-
invokerTypeTips: "使用Java执行器时,请先安装Java环境,Java调用相对Telnet执行器较慢,但是Java调用返回的信息更加完整。"
|
|
239
|
+
title: "执行器设置"
|
|
244
240
|
},
|
|
245
241
|
connect: {
|
|
246
242
|
validateMessage: {
|
|
@@ -359,7 +355,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
359
355
|
attachmentAuto: "自动生成",
|
|
360
356
|
attachmentCustom: "自定义",
|
|
361
357
|
attachmentOverride: "覆盖自动值",
|
|
362
|
-
attachmentsUnsupported: "
|
|
358
|
+
attachmentsUnsupported: "当前使用的是[ dubbo-admin ]类型的数据源,不支持 Attachments。",
|
|
363
359
|
showAutoAttachments: "显示隐藏的自动项({count})",
|
|
364
360
|
hideAutoAttachments: "隐藏自动生成项",
|
|
365
361
|
attachmentReasons: {
|