diff --git a/app/.DS_Store b/app/.DS_Store index aa08d42..4d27b46 100644 Binary files a/app/.DS_Store and b/app/.DS_Store differ diff --git a/app/controllers/.DS_Store b/app/controllers/.DS_Store index f2009e6..7c446e1 100644 Binary files a/app/controllers/.DS_Store and b/app/controllers/.DS_Store differ diff --git a/app/controllers/ExperimentalAnalysis.java b/app/controllers/ExperimentalAnalysis.java index 5713f97..827083f 100644 --- a/app/controllers/ExperimentalAnalysis.java +++ b/app/controllers/ExperimentalAnalysis.java @@ -203,7 +203,7 @@ public String validate() { String vmId = serviceClient.createVM(vmImageName, userName, password, String.valueOf(memory), String.valueOf(numberOfVCPUs), session()); } catch (Exception e) { log.error("Error calling createVM in data capsule API.", e); - return "Data Capsule Creation failed. Internal Error occurred!!"; + return "Capsule Creation failed. Internal Error occurred!!"; } } diff --git a/app/views/.DS_Store b/app/views/.DS_Store index abff000..f7fe2a9 100644 Binary files a/app/views/.DS_Store and b/app/views/.DS_Store differ diff --git a/app/views/main.scala.html b/app/views/main.scala.html index 9842433..53f5c8c 100755 --- a/app/views/main.scala.html +++ b/app/views/main.scala.html @@ -92,7 +92,7 @@ @if(PlayConfWrapper.isDataCapsuleEnable) { diff --git a/app/views/vmcreate.scala.html b/app/views/vmcreate.scala.html index 51ca4b8..8385f85 100644 --- a/app/views/vmcreate.scala.html +++ b/app/views/vmcreate.scala.html @@ -5,7 +5,7 @@
- Data Capsule Creation (All fields are required) + Capsule Creation (All fields are required)
@helper.form(routes.ExperimentalAnalysis.createVM(), 'class -> "form-horizontal"){ @@ -36,14 +36,14 @@
- Note: This is different from the login user name of Data Capsule. + Note: This is different from the login user name of Capsule.
- Note: This is different from the login password of Data Capsule. Password must be less than 8 characters. This is due to a VNC limitation. + Note: This is different from the login password of Capsule. Password must be less than 8 characters. This is due to a VNC limitation.
@@ -108,7 +108,7 @@
- +
} diff --git a/app/views/vmlist.scala.html b/app/views/vmlist.scala.html index 7ac954c..db1a334 100644 --- a/app/views/vmlist.scala.html +++ b/app/views/vmlist.scala.html @@ -7,7 +7,7 @@
- Data Capsule + Capsule @@ -44,11 +44,11 @@ } else { @if(vm.getState == "SHUTDOWN") { - Start Data Capsule + Start Capsule } else { - Stop Data Capsule + Stop Capsule @if(vm.getMode == "MAINTENANCE") { - Delete Data Capsule + Delete Capsule @@ -84,7 +84,7 @@ } else {

There are no Data Capsules.

} -

To log in to a Data Capsule, you should use a VNC client. You can +

To log in to a Capsule, you should use a VNC client. You can input the host name and VNC port information shown by clicking the vmid link. For more information, please refer the documentation.

diff --git a/app/views/vmstatus.scala.html b/app/views/vmstatus.scala.html index 99ca62f..a0f7909 100644 --- a/app/views/vmstatus.scala.html +++ b/app/views/vmstatus.scala.html @@ -6,7 +6,7 @@
- Data Capsule Status + Capsule Status Back to List @@ -27,15 +27,15 @@ @vmStatus.getState - Data Capsule Initial Logging User ID: + Capsule Initial Logging User ID: @vmStatus.getVmIntialLogingId - Data Capsule Initial Logging Password: + Capsule Initial Logging Password: @vmStatus.getVmInitialLogingPassword - Data Capsule Mode: + Capsule Mode: @vmStatus.getMode