Skip to content

Commit

Permalink
[FIX]i118 error
Browse files Browse the repository at this point in the history
  • Loading branch information
QiRaining committed Oct 24, 2016
1 parent 8a7527d commit 306efdf
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
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 @@ -594,7 +594,7 @@
"volume.createTemplateFromVolume.ALERT1.3": "创建新的备份存储",
"volume.createTemplateFromVolume.CREATE TEMPLATE FROM ROOT VOLUME": "从根云盘添加镜像",
"volume.createTemplateFromVolume.ALERT2.1": "云主机",
"volume.createTemplateFromVolume.ALERT2.2": "是在运行状态的",
"volume.createTemplateFromVolume.ALERT2.2": "的状态是",
"volume.createTemplateFromVolume.ALERT2.3": "只有云主机处于停止状态时,才可添加模板",
"volume.createTemplateFromVolume.BACKUP STORAGE": "备份存储",
"volume.createTemplateFromVolume.NAME": "名称",
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 @@ -594,7 +594,7 @@
"volume.createTemplateFromVolume.ALERT1.3": "要新增一個新",
"volume.createTemplateFromVolume.CREATE TEMPLATE FROM ROOT VOLUME": "從根雲磁碟新增映像檔",
"volume.createTemplateFromVolume.ALERT2.1": "雲主機",
"volume.createTemplateFromVolume.ALERT2.2": "是在運行狀態的",
"volume.createTemplateFromVolume.ALERT2.2": "的狀態是",
"volume.createTemplateFromVolume.ALERT2.3": "只當云主機處於停止狀態時,可以新增模板",
"volume.createTemplateFromVolume.BACKUP STORAGE": "備份儲存",
"volume.createTemplateFromVolume.NAME": "名稱",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

<h4 class="z-win-h4">{{ "volume.createTemplateFromVolume.CREATE TEMPLATE FROM ROOT VOLUME" | translate }}</h4>
<div class="alert alert-warning col-sm-21" ng-show="!isVmInCorrectState()">
{{ "volume.createTemplateFromVolume.ALERT2.1" | translate }}<a herf="/#/vmInstance/{{vm.uuid}}">{{vm.name}}</a>{{ "volume.createTemplateFromVolume.ALERT2.2" | translate }}{{vm.state}}{{ "volume.createTemplateFromVolume.ALERT2.3" | translate }}
{{ "volume.createTemplateFromVolume.ALERT2.1" | translate }}<a herf="/#/vmInstance/{{vm.uuid}}">{{vm.name}}</a>{{ "volume.createTemplateFromVolume.ALERT2.2" | translate }}{{vm.state}},{{ "volume.createTemplateFromVolume.ALERT2.3" | translate }}

</div>
<form class="form">
Expand Down

0 comments on commit 306efdf

Please sign in to comment.