You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ignite.apache.org by ak...@apache.org on 2015/09/11 18:43:35 UTC

ignite git commit: IGNITE-843 Minor text tweak.

Repository: ignite
Updated Branches:
  refs/heads/ignite-843 9f1934e44 -> be874aecb


IGNITE-843 Minor text tweak.


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

Branch: refs/heads/ignite-843
Commit: be874aecb7e65a14687582d6410aaad0f6abbb9a
Parents: 9f1934e
Author: AKuznetsov <ak...@gridgain.com>
Authored: Fri Sep 11 23:43:32 2015 +0700
Committer: AKuznetsov <ak...@gridgain.com>
Committed: Fri Sep 11 23:43:32 2015 +0700

----------------------------------------------------------------------
 .../src/main/js/views/configuration/summary.jade                | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ignite/blob/be874aec/modules/control-center-web/src/main/js/views/configuration/summary.jade
----------------------------------------------------------------------
diff --git a/modules/control-center-web/src/main/js/views/configuration/summary.jade b/modules/control-center-web/src/main/js/views/configuration/summary.jade
index 63a1c84..c93e680 100644
--- a/modules/control-center-web/src/main/js/views/configuration/summary.jade
+++ b/modules/control-center-web/src/main/js/views/configuration/summary.jade
@@ -43,9 +43,8 @@ block content
     .docs-body(ng-controller='summaryController')
         +block-callout('{{screenTip.workflowTitle}}', 'joinTip(screenTip.workflowContent)', '{{screenTip.whatsNextTitle}}', 'joinTip(screenTip.whatsNextContent)')
         .padding-dflt(ng-if='clusters.length == 0')
-            | No cluster configured. You can&nbsp;
-            a(href='clusters') configure
-            | &nbsp;it.
+            | You have no clusters configured. Please configure them &nbsp;
+            a(href='clusters') here.
         +main-table('Clusters:', 'clusters', 'clusterName', 'selectItem(row)', '{{$index + 1}}) {{row.name}}')
         div(ng-show='selectedItem' role='tab' method='post' action='summary/download')
             .padding-dflt(bs-collapse data-start-collapsed='false')