remove the ui info from the header.
diff --git a/lib/dashboard_app.dart b/lib/dashboard_app.dart
index 1918367..2a9bed3 100644
--- a/lib/dashboard_app.dart
+++ b/lib/dashboard_app.dart
@@ -232,7 +232,11 @@
 
     rows.add(
       new Container(
-        child: new Text("${uptime.inDays}d ${uptime.inHours % 24}h ${uptime.inMinutes % 60}m uptime", style: new TextStyle(fontSize:11.0))));
+        child: new Text("${uptime.inDays}d ${uptime.inHours % 24}h ${uptime.inMinutes % 60}m uptime", 
+              style: new TextStyle(fontSize:11.0)
+          )
+        )
+      );
 
     targets_results.forEach((k,v) {
 
@@ -251,7 +255,7 @@
 
     return new Scaffold(
       appBar: new AppBar(
-      title: new Text('Fuchsia Build Status ${ui.window.physicalSize.width.toInt()}x${ui.window.physicalSize.height.toInt()}'),
+      title: new Text('Fuchsia Build Status'),
       ),
       body: new Container( 
         //padding: new EdgeInsets.all(20.0),