From d4ac4548f2fd9176e775b41ecef00bc4b828ba43 Mon Sep 17 00:00:00 2001 From: tomsun28 Date: Wed, 11 Oct 2023 11:06:07 +0800 Subject: [PATCH] support edit monitor in monitor detail page (#1282) --- .../src/main/resources/define/app-push.yml | 21 +------------------ push/pom.xml | 10 +-------- .../monitor-detail.component.html | 3 +-- 3 files changed, 3 insertions(+), 31 deletions(-) diff --git a/manager/src/main/resources/define/app-push.yml b/manager/src/main/resources/define/app-push.yml index 11d8fdaa28a..478a346e124 100644 --- a/manager/src/main/resources/define/app-push.yml +++ b/manager/src/main/resources/define/app-push.yml @@ -60,25 +60,6 @@ params: # default value # 默认值 defaultValue: 1157 -# - field: uri -# # name-param field display i18n name -# # name-参数字段显示名称 -# name: -# zh-CN: 相对路径 -# en-US: URI -# # type-param field type(most mapping the html input type) -# # type-字段类型,样式(大部分映射input标签type属性) -# type: text -# # when type is text, use limit to limit string length -# # 当type为text时,用limit表示字符串限制大小 -# limit: 200 -# # required-true or false -# # required-是否是必输项 true-必填 false-可选 -# required: false -# # 参数输入框提示信息 -# # param field input placeholder -# placeholder: 'Website uri path(no ip port) EG:/v2/book/bar' - # field-param field key - field: fields # name-param field display i18n name # name-参数字段显示名称 @@ -91,7 +72,7 @@ params: # required-true or false # required-是否是必输项 true-必填 false-可选 required: true - # field-param field key + # collect metrics config list # 采集指标组配置列表 metrics: diff --git a/push/pom.xml b/push/pom.xml index 9d256a22ebc..82c979997ad 100644 --- a/push/pom.xml +++ b/push/pom.xml @@ -46,15 +46,7 @@ org.springdoc springdoc-openapi-ui - - - com.h2database - h2 - runtime - - - - \ No newline at end of file + diff --git a/web-app/src/app/routes/monitor/monitor-detail/monitor-detail.component.html b/web-app/src/app/routes/monitor/monitor-detail/monitor-detail.component.html index e3580b2d971..b294b13392e 100644 --- a/web-app/src/app/routes/monitor/monitor-detail/monitor-detail.component.html +++ b/web-app/src/app/routes/monitor/monitor-detail/monitor-detail.component.html @@ -33,7 +33,6 @@ - +