Repository: ambari
Updated Branches:
  refs/heads/trunk 2054284de -> eee89b79b


AMBARI-8006. Admin View: "Cluster creation in progress" link should be 
hyperlinked (alexantonenko)


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

Branch: refs/heads/trunk
Commit: eee89b79bad82986e58da2ce5a3dbd63a90dbf8a
Parents: 2054284
Author: Alex Antonenko <hiv...@gmail.com>
Authored: Tue Oct 28 20:27:02 2014 +0200
Committer: Alex Antonenko <hiv...@gmail.com>
Committed: Wed Oct 29 00:26:37 2014 +0200

----------------------------------------------------------------------
 .../src/main/resources/ui/admin-web/app/views/leftNavbar.html      | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/eee89b79/ambari-admin/src/main/resources/ui/admin-web/app/views/leftNavbar.html
----------------------------------------------------------------------
diff --git 
a/ambari-admin/src/main/resources/ui/admin-web/app/views/leftNavbar.html 
b/ambari-admin/src/main/resources/ui/admin-web/app/views/leftNavbar.html
index eaea2e8..cd024f2 100644
--- a/ambari-admin/src/main/resources/ui/admin-web/app/views/leftNavbar.html
+++ b/ambari-admin/src/main/resources/ui/admin-web/app/views/leftNavbar.html
@@ -60,7 +60,7 @@
           </li>
           <li><a href="#/dashboard"  class="gotodashboard">Go to 
Dashboard</a></li>
         </ul>
-        <span class="cluster-installation-progress-label" 
ng-show="cluster.Clusters.provisioning_state == 'INIT'">Cluster creation in 
progress...</span>
+        <span class="cluster-installation-progress-label" 
ng-show="cluster.Clusters.provisioning_state == 'INIT'"><a href="/#/">Cluster 
creation in progress...</a></span>
       </div>
         
       <div ng-hide="cluster">

Reply via email to