Commit 135931ff by 石璀亮

fix(SystemSetting):change the eg data to accurate type for each parameter

1 parent d2e4fb3b
......@@ -78,14 +78,14 @@ public class SystemSetting {
public static String[] getMemCurrentStatus(){
// TODO: Get Mem setting, eg blow:
String[] memCurrentStatus = {"1.00GB","256MB"};
String[] memCurrentStatus = {"1024","256"};
return memCurrentStatus;
}
public static String[] getStorageCurrentStatus() {
// TODO: Get Storage setting, eg blow:
String[] storageCurrentStatus = {"8.00GB"};
String[] storageCurrentStatus = {"8.00"};
return storageCurrentStatus;
}
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!