From 4af11f42fe4972568b6218f72e9c7ca9cca1be31 Mon Sep 17 00:00:00 2001 From: Rama Arvabhumi Date: Mon, 1 Aug 2016 17:51:05 -0400 Subject: [PATCH] datacapsule to capsule --- app/.DS_Store | Bin 8196 -> 8196 bytes app/controllers/.DS_Store | Bin 6148 -> 6148 bytes app/controllers/ExperimentalAnalysis.java | 2 +- app/views/.DS_Store | Bin 8196 -> 8196 bytes app/views/main.scala.html | 10 +++++----- app/views/vmcreate.scala.html | 8 ++++---- app/views/vmlist.scala.html | 10 +++++----- app/views/vmstatus.scala.html | 8 ++++---- 8 files changed, 19 insertions(+), 19 deletions(-) diff --git a/app/.DS_Store b/app/.DS_Store index aa08d42fb55fa979d7bb68a79bf34e26427a84cb..4d27b46cd021a58d05f7a296089c430e433e6326 100644 GIT binary patch delta 202 zcmZp1XmQwJE5OLI*-oIEnMqQ5@^0ZG*?0l|;^d?oF{JhBM^rFlZ|FpE? z)RM_wBEHff6&d;Ep2_)n0Y#~0nW^OwnLu`MW>xCsO(ObEoXQRX3=qJ?oF z{JhCtBEHfQnaTNi!I@R5AnA delta 46 ocmZp1XmQxESeTJz^Ah21CPt>o24XEN|AAoh4zY4}RK5=*0I4GrcmMzZ 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