From fa7654701372252f18b5ef05bc15886c382e0e6b Mon Sep 17 00:00:00 2001 From: Danushka Fernando Date: Tue, 22 Sep 2015 15:19:47 +0530 Subject: [PATCH] Fixing APPFAC-3362 partially. Needs to fix it in proper manner --- .../templates/application/get/js/get.js | 46 +++++++++---------- 1 file changed, 23 insertions(+), 23 deletions(-) diff --git a/modules/jaggery-apps/appmgt/src/site/themes/default/templates/application/get/js/get.js b/modules/jaggery-apps/appmgt/src/site/themes/default/templates/application/get/js/get.js index f73a08c3c..6e049c53a 100755 --- a/modules/jaggery-apps/appmgt/src/site/themes/default/templates/application/get/js/get.js +++ b/modules/jaggery-apps/appmgt/src/site/themes/default/templates/application/get/js/get.js @@ -776,15 +776,15 @@ function getMessage(type, applicationName, launchUrl){ + "" + "Close" + "" - + "" + + "" + "" - + " Congratulations.. your application " + applicationName + " is now ready..! We have created a sample app and it is deploying." + + " Congratulations.. your application " + applicationName + " is now ready..! We have created a sample application and deployed." + "" + "
" + "
Now you can
" + "
    " - + "
  • Launch the web after it is successfully deployed
  • " - + "
  • Edit code in the sample app
  • " + + "
  • Launch the web application
  • " + + "
  • Edit code of the sample application
  • " + "
  • Map to a custom URL
  • " + "
" + "
" @@ -795,14 +795,14 @@ function getMessage(type, applicationName, launchUrl){ + "" + "Close" + "" - + "" + + "" + "" - + " Congratulations.. your application " + applicationName + " is now ready..! We have created a sample app and it is deploying." + + " Congratulations.. your application " + applicationName + " is now ready..! We have created a sample application and it is deployed." + "" + "
" + "
Now you can
" + "
    " - + "
  • Launch the application after it is successfully deployed
  • " + + "
  • Launch the application after it is successfully deployed
  • " + "
  • You can upload new versions for the application.
  • " + "
" + "
" @@ -813,52 +813,52 @@ function getMessage(type, applicationName, launchUrl){ + "" + "Close" + "" - + "" + + "" + "" - + " Congratulations.. your application " + applicationName + " is now ready..! We have created a sample app and it is deploying." + + " Congratulations.. your application " + applicationName + " is now ready..! We have created a sample dataservice and it is deployed." + "" + "
" + "
Now you can
" + "
    " - + "
  • Get the url of data service once it is successfully deployed. The sample app points to a common sample datasource.
  • " - + "
  • Edit code in the sample data service app
  • " - + "
  • Point the app to your own datasource
  • " + + "
  • Get the url of data service and it is deployed. The sample dataservice points to a common sample datasource.
  • " + + "
  • Edit code in the sample data service
  • " + + "
  • Point the dataservice to your own datasource
  • " + "
" + "
" + ""; - } else if (type == "jax-rs") { + } else if (type == "jaxrs") { successMessage = ""; - } else if (type == "jax-ws") { + } else if (type == "jaxws") { successMessage = "