Skip to content

Commit

Permalink
Revert "change vmname to host name"
Browse files Browse the repository at this point in the history
This reverts commit 3b5460f.
  • Loading branch information
QiRaining committed Dec 2, 2016
1 parent 3b5460f commit 3da794f
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions zstack_dashboard/static/resources/locale-en_US.json
Original file line number Diff line number Diff line change
Expand Up @@ -960,6 +960,7 @@
"securityGroup.createSecurityGroup.DESCRIPTION": "DESCRIPTION",
"securityGroup.createSecurityGroup.ADD RULE": "ADD RULE",
"securityGroup.createSecurityGroup.TYPE": "TYPE",
"securityGroup.createSecurityGroup.START PORT": "START PORT",
"securityGroup.createSecurityGroup.HINT1": "Not a valid port. Valid port must be in range of [1, 65535]",
"securityGroup.createSecurityGroup.END PORT": "END PORT",
"securityGroup.createSecurityGroup.HINT2": "Not a valid port. Valid port must be in range of [1, 65535]",
Expand Down
2 changes: 1 addition & 1 deletion zstack_dashboard/static/resources/locale-zh_CN.json
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@
"vm.details.UUID": "UUID:",
"vm.details.CPU NUM": "CPU 数量:",
"vm.details.MEMORY SIZE": "内存大小:",
"vm.details.HOST NAME": "物理机名称:",
"vm.details.HOST NAME": "云主机名称:",
"vm.details.INSTANCE OFFERING UUID": "计算规格 UUID:",
"vm.details.DEFAULT L3 NETWORK UUID": "默认L3网络UUID:",
"vm.details.IMAGE UUID": "镜像 UUID:",
Expand Down
2 changes: 1 addition & 1 deletion zstack_dashboard/static/resources/locale-zh_TW.json
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@
"vm.details.UUID": "UUID:",
"vm.details.CPU NUM": "CPU 數量:",
"vm.details.MEMORY SIZE": "記憶體大小:",
"vm.details.HOST NAME": "物理機名稱:",
"vm.details.HOST NAME": "雲主機名稱:",
"vm.details.INSTANCE OFFERING UUID": "雲主機規格UUID:",
"vm.details.DEFAULT L3 NETWORK UUID": "預設L3 網路UUID:",
"vm.details.IMAGE UUID": "映像檔 UUID:",
Expand Down
2 changes: 1 addition & 1 deletion zstack_dashboard/static/templates/vm/details.html
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ <h1>{{model.current.name}}</h1>
<td><span>{{model.current.cpuNum}}</span></td>
</tr>
<tr>
<td><span class="z-label">{{"vm.details.MEMORY SIZE" | translate}}</span></td>
<td><span class="z-label">{{"vm.details.MEMORY SIZE" | translate}}:</span></td>
<td><span>{{model.current.memorySize | size}}</span></td>
</tr>
<tr>
Expand Down

0 comments on commit 3da794f

Please sign in to comment.