Merge "Make all zuul-web urls relative" into feature/zuulv3
diff --git a/etc/status/public_html/zuul.app.js b/etc/status/public_html/zuul.app.js
index 7ceb2dd..bf90a4d 100644
--- a/etc/status/public_html/zuul.app.js
+++ b/etc/status/public_html/zuul.app.js
@@ -28,8 +28,6 @@
 function zuul_build_dom($, container) {
     // Build a default-looking DOM
     var default_layout = '<div class="container">'
-        + '<h1>Zuul Status</h1>'
-        + '<p>Real-time status monitor of Zuul, the pipeline manager between Gerrit and Workers.</p>'
         + '<div class="zuul-container" id="zuul-container">'
         + '<div style="display: none;" class="alert" id="zuul_msg"></div>'
         + '<button class="btn pull-right zuul-spinner">updating <span class="glyphicon glyphicon-refresh"></span></button>'
diff --git a/zuul/web/static/builds.html b/zuul/web/static/builds.html
index 7831157..5b9ba35 100644
--- a/zuul/web/static/builds.html
+++ b/zuul/web/static/builds.html
@@ -55,12 +55,9 @@
         <th>Project</th>
         <th>Pipeline</th>
         <th>Change</th>
-        <th>Newrev</th>
         <th>Duration</th>
         <th>Log url</th>
-        <th>Node name</th>
         <th>Start time</th>
-        <th>End time</th>
         <th>Result</th>
       </tr>
     </thead>
@@ -71,12 +68,9 @@
         <td>{{ build.project }}</td>
         <td>{{ build.pipeline }}</td>
         <td><a href="{{ build.ref_url }}" target="_self">change</a></td>
-        <td>{{ build.newrev }}</td>
         <td>{{ build.duration }} seconds</td>
         <td><a ng-if="build.log_url" href="{{ build.log_url }}" target="_self">logs</a></td>
-        <td>{{ build.node_name }}</td>
         <td>{{ build.start_time }}</td>
-        <td>{{ build.end_time }}</td>
         <td>{{ build.result }}</td>
       </tr>
     </tbody>
diff --git a/zuul/web/static/javascripts/zuul.app.js b/zuul/web/static/javascripts/zuul.app.js
index 7ceb2dd..bf90a4d 100644
--- a/zuul/web/static/javascripts/zuul.app.js
+++ b/zuul/web/static/javascripts/zuul.app.js
@@ -28,8 +28,6 @@
 function zuul_build_dom($, container) {
     // Build a default-looking DOM
     var default_layout = '<div class="container">'
-        + '<h1>Zuul Status</h1>'
-        + '<p>Real-time status monitor of Zuul, the pipeline manager between Gerrit and Workers.</p>'
         + '<div class="zuul-container" id="zuul-container">'
         + '<div style="display: none;" class="alert" id="zuul_msg"></div>'
         + '<button class="btn pull-right zuul-spinner">updating <span class="glyphicon glyphicon-refresh"></span></button>'