ignite-2.0 - Web Console agent download dialog minor tweaks.

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

Branch: refs/heads/ignite-2893
Commit: badf49c44118fc09f686736ec45439cc4745e3fd
Parents: 2c37eff
Author: Alexey Kuznetsov <akuznet...@apache.org>
Authored: Thu Apr 20 10:03:59 2017 +0700
Committer: Alexey Kuznetsov <akuznet...@apache.org>
Committed: Thu Apr 20 10:03:59 2017 +0700

----------------------------------------------------------------------
 .../frontend/views/templates/agent-download.tpl.pug            | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ignite/blob/badf49c4/modules/web-console/frontend/views/templates/agent-download.tpl.pug
----------------------------------------------------------------------
diff --git 
a/modules/web-console/frontend/views/templates/agent-download.tpl.pug 
b/modules/web-console/frontend/views/templates/agent-download.tpl.pug
index 615abbc..5abc587 100644
--- a/modules/web-console/frontend/views/templates/agent-download.tpl.pug
+++ b/modules/web-console/frontend/views/templates/agent-download.tpl.pug
@@ -23,11 +23,11 @@
                     span Connection to Ignite Web Agent is not established
             .modal-body.agent-download
                 p Please download and run #[a(href='/api/v1/downloads/agent' 
target='_self') ignite-web-agent] to use this functionality
-                p For run:
+                p To start:
                 ul
                     li Download and unzip #[a(href='/api/v1/downloads/agent' 
target='_self') ignite-web-agent] archive
                     li Run shell file #[b ignite-web-agent.{sh|bat}]
-                p Refer to #[b README.txt] in agent folder for more information
+                p Refer to #[b README.txt] in the ignite-web-agent folder for 
more information.
                 .modal-advanced-options
                     i.fa(ng-class='showToken ? "fa-chevron-circle-down" : 
"fa-chevron-circle-right"' ng-click='showToken = !showToken')
                     a(ng-click='showToken = !showToken') {{showToken ? 'Hide 
security token...' : 'Show security token...'}}
@@ -53,7 +53,7 @@
                     li Ignite Grid is up and Ignite REST server started (copy 
"ignite-rest-http" folder from libs/optional/ to libs/)
                     li In agent settings check URI for connect to Ignite REST 
server
                     li Check agent logs for errors
-                    li Refer to #[b README.txt] in agent folder for more 
information
+                    li Refer to #[b README.txt] in the ignite-web-agent folder 
for more information.
 
             .modal-footer
                 button.btn.btn-default(ng-click='ctrl.back()') 
{{::ctrl.backText}}

Reply via email to