diff --git a/plugins/configs/html/glusterfsSetting.html b/plugins/configs/html/glusterfsSetting.html
index c85b0531..04e79cab 100644
--- a/plugins/configs/html/glusterfsSetting.html
+++ b/plugins/configs/html/glusterfsSetting.html
@@ -59,7 +59,7 @@
存储路径:{{row.path}}
- 已用 {{row.formatUsedSize}} / 共 {{row.formatAllSize}}
+ 已用 {{row.formatUsedSize}} / 可用 {{row.formatAllSize}}
|
|
diff --git a/plugins/system/ts/systemList.ts b/plugins/system/ts/systemList.ts
index f97a3830..00e255ac 100644
--- a/plugins/system/ts/systemList.ts
+++ b/plugins/system/ts/systemList.ts
@@ -220,9 +220,9 @@ module System{
function booleanChoose(){
return [{id: '是', title: '是'}, {id: '否', title: '否'}];
}
- // 数据库类型选择条件:oracle/sqlServer
+ // 数据库类型选择条件:oracle/sql Server
function databaseType(){
- return [{id: 'oracle', title: 'ORACLE'}, {id: 'sqlServer', title: 'SQLSERVER'}];
+ return [{id: 'oracle', title: 'ORACLE'}, {id: 'sql Server', title: 'SQL SERVER'}];
}
//level选择条件