summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorMonty Taylor <mordred@inaugust.com>2017-12-08 18:20:32 -0600
committerMonty Taylor <mordred@inaugust.com>2017-12-08 18:20:32 -0600
commit1e464b118f12ced1a83912eaa9af0396cd102926 (patch)
tree776c7c792193acbdd9b50d36893a91ba29c71931 /etc
parent2ec95bd8f6a6eba02430282c4f35347aec7639c4 (diff)
downloadzuul-1e464b118f12ced1a83912eaa9af0396cd102926.tar.gz
Remove large status header and tagline
With the dashboard navbar above, the words "Zuul Status" aren't really neeed. Also, "Real-time status monitor of Zuul, the pipeline manager between Gerrit and Workers." seems like text that's a little out of place now. Change-Id: I5741f1e7edf721eec3a445c054f036a1d17bb172
Diffstat (limited to 'etc')
-rw-r--r--etc/status/public_html/zuul.app.js2
1 files changed, 0 insertions, 2 deletions
diff --git a/etc/status/public_html/zuul.app.js b/etc/status/public_html/zuul.app.js
index 7ceb2dda7..bf90a4db7 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>'