You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@stratos.apache.org by la...@apache.org on 2015/03/17 18:59:37 UTC

[16/50] [abbrv] stratos git commit: small typo fix on application adding

small typo fix on application adding


Project: http://git-wip-us.apache.org/repos/asf/stratos/repo
Commit: http://git-wip-us.apache.org/repos/asf/stratos/commit/b921446b
Tree: http://git-wip-us.apache.org/repos/asf/stratos/tree/b921446b
Diff: http://git-wip-us.apache.org/repos/asf/stratos/diff/b921446b

Branch: refs/heads/master-deployment-policy-fix-merge
Commit: b921446bea537079c8e59e916b72a7fe314b6b2a
Parents: 3deb614
Author: Dakshika Jayathilaka <si...@gmail.com>
Authored: Fri Mar 13 07:42:20 2015 +0530
Committer: Dakshika Jayathilaka <si...@gmail.com>
Committed: Sat Mar 14 05:18:29 2015 +0530

----------------------------------------------------------------------
 .../console/themes/theme0/js/custom/applications-editor.js         | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/stratos/blob/b921446b/components/org.apache.stratos.manager.console/console/themes/theme0/js/custom/applications-editor.js
----------------------------------------------------------------------
diff --git a/components/org.apache.stratos.manager.console/console/themes/theme0/js/custom/applications-editor.js b/components/org.apache.stratos.manager.console/console/themes/theme0/js/custom/applications-editor.js
index 72d959d..0f3b310 100644
--- a/components/org.apache.stratos.manager.console/console/themes/theme0/js/custom/applications-editor.js
+++ b/components/org.apache.stratos.manager.console/console/themes/theme0/js/custom/applications-editor.js
@@ -688,7 +688,7 @@ $(document).ready(function(){
         var appJSON = generateJsplumbTree(applicationJson, jsPlumb.getConnections());
         var btn = $(this);
         var formtype = 'applications';
-        btn.html("<i class='fa fa-spinner fa-spin'></i> Deploying...");
+        btn.html("<i class='fa fa-spinner fa-spin'></i> Adding...");
         $.ajax({
             type: "POST",
             url: caramel.context + "/controllers/applications/application_requests.jag",