mirror of
https://github.com/apache/skywalking-booster-ui.git
synced 2025-05-02 06:34:01 +00:00
Remove the description of OpenFunction in the UI. (#347)
This commit is contained in:
parent
a18ac3372e
commit
0ea95b1ca6
@ -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",
|
||||||
|
@ -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",
|
||||||
|
@ -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:
|
||||||
|
@ -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:
|
||||||
|
@ -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是一个开源的容器编排系统,用于自动化软件部署、扩展和管理。",
|
||||||
|
@ -163,7 +163,6 @@ const msg = {
|
|||||||
iframeSrc: "Iframe链接",
|
iframeSrc: "Iframe链接",
|
||||||
generateLink: "生成链接",
|
generateLink: "生成链接",
|
||||||
setDuration: "锁定查询持续时间",
|
setDuration: "锁定查询持续时间",
|
||||||
openFunction: "OpenFunction",
|
|
||||||
period: "周期",
|
period: "周期",
|
||||||
windows: "Windows",
|
windows: "Windows",
|
||||||
seconds: "秒",
|
seconds: "秒",
|
||||||
|
Loading…
Reference in New Issue
Block a user