summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2017-06-01 17:30:29 +0000
committerGerrit Code Review <review@openstack.org>2017-06-01 17:30:29 +0000
commited792a03dd7735ebf0abc80307e53f6aed548d1e (patch)
tree43fb3a43bff9369c77550bd3e4250574c3316502 /etc
parent3c4c1572e2482afa3136675bcc99830027d57c42 (diff)
parent271290c16bd69f24cf63ec63df560577f87dfd63 (diff)
downloadzuul-ed792a03dd7735ebf0abc80307e53f6aed548d1e.tar.gz
Merge "Fix bad text wrap in status page" into feature/zuulv3
Diffstat (limited to 'etc')
-rw-r--r--etc/status/public_html/index.html3
1 files changed, 1 insertions, 2 deletions
diff --git a/etc/status/public_html/index.html b/etc/status/public_html/index.html
index ca5bb5609..cc3d40a00 100644
--- a/etc/status/public_html/index.html
+++ b/etc/status/public_html/index.html
@@ -30,8 +30,7 @@ under the License.
<script src="jquery.zuul.js"></script>
<script src="zuul.app.js"></script>
<script>
- // @license magnet:?xt=urn:btih:8e4f440f4c65981c5bf93c76d35135ba5064d8b7&dn=apache-2.0.txt
-Apache 2.0
+ // @license magnet:?xt=urn:btih:8e4f440f4c65981c5bf93c76d35135ba5064d8b7&dn=apache-2.0.txt Apache 2.0
zuul_build_dom(jQuery, '#zuul_container');
zuul_start(jQuery);
// @license-end