fix button text space issue

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

Branch: refs/heads/master
Commit: d902dd4b11ecd52f008356f51fa63fa956b20a86
Parents: b90537f
Author: Dakshika Jayathilaka <[email protected]>
Authored: Wed Mar 25 06:57:00 2015 +0530
Committer: Imesh Gunaratne <[email protected]>
Committed: Fri Apr 17 13:59:56 2015 +0530

----------------------------------------------------------------------
 .../console/themes/theme0/partials/configure_form.hbs              | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/stratos/blob/d902dd4b/components/org.apache.stratos.manager.console/console/themes/theme0/partials/configure_form.hbs
----------------------------------------------------------------------
diff --git 
a/components/org.apache.stratos.manager.console/console/themes/theme0/partials/configure_form.hbs
 
b/components/org.apache.stratos.manager.console/console/themes/theme0/partials/configure_form.hbs
index cd96237..474e90b 100644
--- 
a/components/org.apache.stratos.manager.console/console/themes/theme0/partials/configure_form.hbs
+++ 
b/components/org.apache.stratos.manager.console/console/themes/theme0/partials/configure_form.hbs
@@ -457,7 +457,7 @@
                 }
             })
                     .always(function () {
-                        btn.html('Add' + '{{formTitle}}');
+                        btn.html('Add ' + '{{formTitle}}');
                     });
 
         });//end of deploy button trigger

Reply via email to