Skip to content

Commit

Permalink
Merge pull request #6 from QingCloudAppcenter/refactor/4.7.0
Browse files Browse the repository at this point in the history
empty instance description 2020101216
  • Loading branch information
hlwanghl authored Oct 14, 2020
2 parents f42c8bb + 2dc05fb commit 1616314
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
8 changes: 4 additions & 4 deletions app/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
}, {
"key": "instance_class",
"label": "Instance 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 @@ -100,7 +100,7 @@
}, {
"key": "instance_class",
"label": "Instance Class",
"description": "The instance type for the cluster to run, such as high performance, high performance plus",
"description": "",
"type": "integer",
"default": 1,
"range": [0, 1],
Expand Down Expand Up @@ -156,7 +156,7 @@
}, {
"key": "instance_class",
"label": "Instance 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 @@ -196,7 +196,7 @@
}, {
"key": "instance_class",
"label": "Instance 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/zh-cn.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
"Memory": "内存",
"Memory of each node (in MiB)": "每个节点的内存",
"Instance Class": "实例类型",
"The instance type for the cluster to run, such as high performance, high performance plus": "性能型主机或超高性能型",
"Node Count": "节点数量",
"Number of nodes": "节点数量",
"Volume Size": "挂盘容量",
Expand Down

0 comments on commit 1616314

Please sign in to comment.