Fix bad text wrap in status page

Change-Id: I63fa6c25aff15a016b57924963971dacbe48d010
This commit is contained in:
Monty Taylor 2017-05-26 15:09:46 -05:00
parent 2cf8d2ac6d
commit 271290c16b
No known key found for this signature in database
GPG Key ID: 7BAE94BC7141A594
1 changed files with 1 additions and 2 deletions

View File

@ -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