Skip to content

Commit

Permalink
empty instance description (#17)
Browse files Browse the repository at this point in the history
  • Loading branch information
spwangxp authored Oct 14, 2020
1 parent 780c0bd commit aa5141f
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
4 changes: 2 additions & 2 deletions app/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
}, {
"key": "instance_class",
"label": "Node Class",
"description": "The instance type for the cluster to run, such as high performance, high performance plus",
"description": "",
"type": "integer",
"default": 0,
"range": [0, 1],
Expand Down Expand Up @@ -117,7 +117,7 @@
}, {
"key": "instance_class",
"label": "Node Class",
"description": "The instance type for the cluster to run, such as high performance, high performance plus",
"description": "",
"type": "integer",
"default": 0,
"range": [0, 1],
Expand Down
1 change: 0 additions & 1 deletion app/locale/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
"count": "count",
"Number of nodes for the cluster to create": "Number of nodes for the cluster to create",
"instance class": "instance class",
"The instance type for the cluster to run, such as high performance, high performance plus": "The instance type for the cluster to run, such as high performance, high performance plus",
"JVM Heap": "JVM Heap",
"Message Throughput": "Message Throughput",
"Data Throughput": "Data Throughput",
Expand Down
1 change: 0 additions & 1 deletion app/locale/zh-cn.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
"Volume Size": "存储容量",
"The volume size for each node": "每个节点的存储容量",
"instance class": "实例类型",
"The instance type for the cluster to run, such as high performance, high performance plus": "节点实例类型,比如性能型与超高性能型。",
"Message Throughput": "消息吞吐率",
"Data Throughput": "数据吞吐率",
"Replica MaxLag": "副本消息滞后量",
Expand Down

0 comments on commit aa5141f

Please sign in to comment.