volume的brick空间改为可用,系统清单的系统类型sqlserver -> sql Server

This commit is contained in:
chenlw 2016-11-22 10:39:59 +08:00
parent c1bda9fbc1
commit afd1712fda
2 changed files with 3 additions and 3 deletions

View File

@ -59,7 +59,7 @@
<span class="sj_table_td02">存储路径:{{row.path}}</span> <span class="sj_table_td02">存储路径:{{row.path}}</span>
</td> </td>
<td> <td>
<span class="">已用&nbsp;{{row.formatUsedSize}}&nbsp;&nbsp;/&nbsp;&nbsp;&nbsp;{{row.formatAllSize}}</span> <span class="">已用&nbsp;{{row.formatUsedSize}}&nbsp;&nbsp;/&nbsp;&nbsp;可用&nbsp;{{row.formatAllSize}}</span>
</td> </td>
<td></td> <td></td>
</tr> </tr>

View File

@ -220,9 +220,9 @@ module System{
function booleanChoose(){ function booleanChoose(){
return [{id: '是', title: '是'}, {id: '否', title: '否'}]; return [{id: '是', title: '是'}, {id: '否', title: '否'}];
} }
// 数据库类型选择条件oracle/sqlServer // 数据库类型选择条件oracle/sql Server
function databaseType(){ function databaseType(){
return [{id: 'oracle', title: 'ORACLE'}, {id: 'sqlServer', title: 'SQLSERVER'}]; return [{id: 'oracle', title: 'ORACLE'}, {id: 'sql Server', title: 'SQL SERVER'}];
} }
//level选择条件 //level选择条件