Remove the description of OpenFunction in the UI. (#347)

This commit is contained in:
block666 2023-11-27 23:50:05 +08:00 committed by GitHub
parent a18ac3372e
commit 0ea95b1ca6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
6 changed files with 0 additions and 23 deletions

View File

@ -165,7 +165,6 @@ const msg = {
iframeSrc: "Iframe Link", iframeSrc: "Iframe Link",
generateLink: "Generate Link", generateLink: "Generate Link",
setDuration: "Lock Query Duration", setDuration: "Lock Query Duration",
openFunction: "OpenFunction",
period: "Period", period: "Period",
windows: "Windows", windows: "Windows",
seconds: "Seconds", seconds: "Seconds",

View File

@ -149,7 +149,6 @@ const msg = {
iframeSrc: "Enlace Iframe", iframeSrc: "Enlace Iframe",
generateLink: "Generar enlaces", generateLink: "Generar enlaces",
setDuration: "Duración de la consulta de bloqueo", setDuration: "Duración de la consulta de bloqueo",
openFunction: "OpenFunction",
seconds: "Segundos", seconds: "Segundos",
hourTip: "Seleccione Hora", hourTip: "Seleccione Hora",
minuteTip: "Seleccione Minuto", minuteTip: "Seleccione Minuto",

View File

@ -41,13 +41,6 @@ const titles = {
service_mesh_control_plane_desc: "Provide monitoring of the behavior of Istio through its self-monitoring metrics.", service_mesh_control_plane_desc: "Provide monitoring of the behavior of Istio through its self-monitoring metrics.",
service_mesh_data_plane: "Data Plane", service_mesh_data_plane: "Data Plane",
service_mesh_data_plane_desc: "Observe Envoy Proxy through Envoy Metrics Service.", service_mesh_data_plane_desc: "Observe Envoy Proxy through Envoy Metrics Service.",
// Functions
functions: "Functions",
functions_desc:
"FaaS (Function-as-a-Service) is a type of cloud-computing service that allows you to execute code in response to events without the complex infrastructure typically associated with building and launching microservices applications.",
functions_openfunction: "OpenFunction",
functions_openfunction_desc:
"OpenFunction as a FaaS platform, provides out-of-box observability with SkyWalking integration.",
// Kubernetes // Kubernetes
kubernetes: "Kubernetes", kubernetes: "Kubernetes",
kubernetes_desc: kubernetes_desc:

View File

@ -41,13 +41,6 @@ const titles = {
service_mesh_control_plane_desc: "Provide monitoring of the behavior of Istio through its self-monitoring metrics.", service_mesh_control_plane_desc: "Provide monitoring of the behavior of Istio through its self-monitoring metrics.",
service_mesh_data_plane: "Plano de Datos", service_mesh_data_plane: "Plano de Datos",
service_mesh_data_plane_desc: "Observe Envoy Proxy through Envoy Metrics Service.", service_mesh_data_plane_desc: "Observe Envoy Proxy through Envoy Metrics Service.",
// Functions
functions: "Funciones",
functions_desc:
"FaaS (Function-as-a-Service) is a type of cloud-computing service that allows you to execute code in response to events without the complex infrastructure typically associated with building and launching microservices applications.",
functions_openfunction: "OpenFunction",
functions_openfunction_desc:
"OpenFunction as a FaaS platform, provides out-of-box observability with SkyWalking integration.",
// Kubernetes // Kubernetes
kubernetes: "Kubernetes", kubernetes: "Kubernetes",
kubernetes_desc: kubernetes_desc:

View File

@ -35,12 +35,6 @@ const titles = {
service_mesh_control_plane_desc: "通过Istio的自我监控指标提供对其行为的监控。", service_mesh_control_plane_desc: "通过Istio的自我监控指标提供对其行为的监控。",
service_mesh_data_plane: "数据平面", service_mesh_data_plane: "数据平面",
service_mesh_data_plane_desc: "通过Envoy Metrics Service观察Envoy Proxy。", service_mesh_data_plane_desc: "通过Envoy Metrics Service观察Envoy Proxy。",
// Functions
functions: "Functions",
functions_desc:
"FaaS功能即服务是一种云计算服务允许您在没有通常与构建和启动微服务应用程序相关的复杂基础设施的情况下执行代码以响应事件。",
functions_openfunction: "OpenFunction",
functions_openfunction_desc: "OpenFunction作为一个FaaS平台通过SkyWalking集成提供开箱即用的可观察性。",
// Kubernetes // Kubernetes
kubernetes: "Kubernetes", kubernetes: "Kubernetes",
kubernetes_desc: "Kubernetes是一个开源的容器编排系统用于自动化软件部署、扩展和管理。", kubernetes_desc: "Kubernetes是一个开源的容器编排系统用于自动化软件部署、扩展和管理。",

View File

@ -163,7 +163,6 @@ const msg = {
iframeSrc: "Iframe链接", iframeSrc: "Iframe链接",
generateLink: "生成链接", generateLink: "生成链接",
setDuration: "锁定查询持续时间", setDuration: "锁定查询持续时间",
openFunction: "OpenFunction",
period: "周期", period: "周期",
windows: "Windows", windows: "Windows",
seconds: "秒", seconds: "秒",