You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by mx...@apache.org on 2015/10/09 19:09:33 UTC

[4/6] flink git commit: [FLINK-2730][webfrontend] Add cpu and memory usage graphs

http://git-wip-us.apache.org/repos/asf/flink/blob/58ab14b5/flink-runtime-web/web-dashboard/web/index.html
----------------------------------------------------------------------
diff --git a/flink-runtime-web/web-dashboard/web/index.html b/flink-runtime-web/web-dashboard/web/index.html
index f06eb80..a6df249 100644
--- a/flink-runtime-web/web-dashboard/web/index.html
+++ b/flink-runtime-web/web-dashboard/web/index.html
@@ -41,7 +41,7 @@ limitations under the License.
               Running Jobs</a></li>
           <li><a ui-sref="completed-jobs" ui-sref-active="active"><i class="fa fa-check-circle fa-fw"></i> 
               Completed Jobs</a></li>
-          <li><a ui-sref="taskmanagers" ui-sref-active="active"><i class="fa fa-sitemap fa-fw"></i> 
+          <li><a ui-sref="all-manager" ui-sref-active="active"><i class="fa fa-sitemap fa-fw"></i> 
               Task Managers</a></li>
           <li><a ui-sref="jobmanager.config" ui-sref-active="active"><i class="fa fa-server fa-fw"></i> 
               Job Manager</a></li>