You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tapestry.apache.org by hl...@apache.org on 2013/06/03 19:49:01 UTC

[5/6] git commit: Remove the "Metrics" tab from the Dashboard, as the page no longer exists

Remove the "Metrics" tab from the Dashboard, as the page no longer exists


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

Branch: refs/heads/master
Commit: d73f938b523ff2d572d17f8e8ecf1afa9f3945a7
Parents: 554ed70
Author: Howard M. Lewis Ship <hl...@apache.org>
Authored: Mon Jun 3 10:23:06 2013 -0700
Committer: Howard M. Lewis Ship <hl...@apache.org>
Committed: Mon Jun 3 10:23:06 2013 -0700

----------------------------------------------------------------------
 .../apache/tapestry5/modules/DashboardModule.java  |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/tapestry-5/blob/d73f938b/tapestry-core/src/main/java/org/apache/tapestry5/modules/DashboardModule.java
----------------------------------------------------------------------
diff --git a/tapestry-core/src/main/java/org/apache/tapestry5/modules/DashboardModule.java b/tapestry-core/src/main/java/org/apache/tapestry5/modules/DashboardModule.java
index 9655457..22abd21 100644
--- a/tapestry-core/src/main/java/org/apache/tapestry5/modules/DashboardModule.java
+++ b/tapestry-core/src/main/java/org/apache/tapestry5/modules/DashboardModule.java
@@ -32,7 +32,6 @@ public class DashboardModule
     public static void defaultTabs(OrderedConfiguration<DashboardTab> configuration)
     {
         configuration.add("Pages", new DashboardTab("Pages", "core/PageCatalog"));
-        configuration.add("Metrics", new DashboardTab("Metrics", "core/AppMetrics"));
         configuration.add("Services", new DashboardTab("Services", "core/ServiceStatus"));
     }
 }