Index: runtime/observatory/lib/src/app/application.dart |
diff --git a/runtime/observatory/lib/src/app/application.dart b/runtime/observatory/lib/src/app/application.dart |
index acf699a6d2ca20ef573cfc2deb9b57c265ea82e7..ef565f59f1492cd50874006cce095feb8c1a5ef4 100644 |
--- a/runtime/observatory/lib/src/app/application.dart |
+++ b/runtime/observatory/lib/src/app/application.dart |
@@ -137,6 +137,7 @@ class ObservatoryApplication extends Observable { |
_pageRegistry.add(new IsolateReconnectPage(this)); |
_pageRegistry.add(new ErrorViewPage(this)); |
_pageRegistry.add(new MetricsPage(this)); |
+ _pageRegistry.add(new PortsPage(this)); |
// Note that ErrorPage must be the last entry in the list as it is |
// the catch all. |
_pageRegistry.add(new ErrorPage(this)); |