Merge "Clean up tabs and whitespace in status/index.html"

This commit is contained in:
Jenkins 2015-10-24 23:30:52 +00:00 committed by Gerrit Code Review
commit aefb3c3a04

View File

@ -2,36 +2,37 @@
xmlns:py="http://genshi.edgewall.org/" xmlns:py="http://genshi.edgewall.org/"
lang="en"> lang="en">
<HEAD> <HEAD>
<style type="text/css"> <style type="text/css">
#blurb-container { #blurb-container {
max-width: 950px; max-width: 950px;
margin: 0 auto; margin: 0 auto;
} }
.blurb {
float: left; .blurb {
width: 25em; float: left;
height: 22ex; width: 25em;
padding: 4px; height: 22ex;
} padding: 4px;
</style> }
</style>
<TITLE>OpenStack Project Status</TITLE> <TITLE>OpenStack Project Status</TITLE>
<script type="text/javascript" <script type="text/javascript"
src="http://status.openstack.org/common.js"></script> src="http://status.openstack.org/common.js"></script>
<!-- Google Fonts --> <!-- Google Fonts -->
<link href='http://fonts.googleapis.com/css?family=PT+Sans&amp;subset=latin' rel='stylesheet' type='text/css'/> <link href='http://fonts.googleapis.com/css?family=PT+Sans&amp;subset=latin' rel='stylesheet' type='text/css'/>
<!-- Framework CSS --> <!-- Framework CSS -->
<link rel="stylesheet" href="http://www.openstack.org/themes/openstack/css/blueprint/screen.css" type="text/css" media="screen, projection"/> <link rel="stylesheet" href="http://www.openstack.org/themes/openstack/css/blueprint/screen.css" type="text/css" media="screen, projection"/>
<link rel="stylesheet" href="http://www.openstack.org/themes/openstack/css/blueprint/print.css" type="text/css" media="print"/> <link rel="stylesheet" href="http://www.openstack.org/themes/openstack/css/blueprint/print.css" type="text/css" media="print"/>
<!-- IE CSS --> <!-- IE CSS -->
<!--[if lt IE 8]><link rel="stylesheet" href="http://www.openstack.org/blueprint/ie.css" type="text/css" media="screen, projection"><![endif]--> <!--[if lt IE 8]><link rel="stylesheet" href="http://www.openstack.org/blueprint/ie.css" type="text/css" media="screen, projection"><![endif]-->
<!-- OpenStack Specific CSS --> <!-- OpenStack Specific CSS -->
<link rel="stylesheet" href="http://www.openstack.org/themes/openstack/css/dropdown.css" type="text/css" media="screen, projection, print"/> <link rel="stylesheet" href="http://www.openstack.org/themes/openstack/css/dropdown.css" type="text/css" media="screen, projection, print"/>
<!-- Page Specific CSS --> <!-- Page Specific CSS -->
@ -44,60 +45,65 @@
<script type="text/javascript">header('Status');</script> <script type="text/javascript">header('Status');</script>
<div id="blurb-container"> <div id="blurb-container">
<h1>OpenStack Infrastructure and Project Status</h1> <h1>OpenStack Infrastructure and Project Status</h1>
<div id="message-container"> <div id="message-container">
<div class="container"> <div class="container">
<div class="span-24 last"> <div class="span-24 last">
<p id="message"/> <p id="message"/>
</div> </div>
</div>
</div> </div>
</div>
<div class="blurb"> <div class="blurb">
<h2 class="subhead"><a href="/zuul/">Zuul</a></h2> <h2 class="subhead"><a href="/zuul/">Zuul</a></h2>
<p> <p>
Zuul is the project gating and automation system that tests Zuul is the project gating and automation system that tests
and merges changes as well as publishing releases and and merges changes as well as publishing releases and
documentation. documentation.
</p> </p>
</div> </div>
<div class="blurb"> <div class="blurb">
<h2 class="subhead"><a href="/elastic-recheck/">Rechecks</a></h2> <h2 class="subhead"><a href="/elastic-recheck/">Rechecks</a></h2>
<p> <p>
When the cause of a test failure is nondeterministic, When the cause of a test failure is nondeterministic,
developers can request that it be retested by leaving a developers can request that it be retested by leaving a
comment in Gerrit of the form "recheck bug #". This page comment in Gerrit of the form "recheck bug #". This page
collects those comments and displays graphs indicating collects those comments and displays graphs indicating
the timing and frequency of these bugs. the timing and frequency of these bugs.
</p> </p>
</div> </div>
<div class="blurb"> <div class="blurb">
<h2 class="subhead"><a href="/release/">Release</a></h2> <h2 class="subhead"><a href="/release/">Release</a></h2>
<p> <p>
Blueprints targeted for the next release are tracked on this Blueprints targeted for the next release are tracked on this
page along with overall progress toward completion. page along with overall progress toward completion.
</p> </p>
</div> </div>
<div class="blurb"> <div class="blurb">
<h2 class="subhead"><a href="/reviews/">Reviews</a></h2> <h2 class="subhead"><a href="/reviews/">Reviews</a></h2>
<p> <p>
Important reviews are ranked according to blueprint and bug Important reviews are ranked according to blueprint and bug
priority. priority.
</p> </p>
</div> </div>
<div class="blurb"> <div class="blurb">
<h2 class="subhead"><a href="/bugday/">Bugday</a></h2> <h2 class="subhead"><a href="/bugday/">Bugday</a></h2>
<p> <p>
During official bug days, this page is updated with real-time During official bug days, this page is updated with real-time
stats. stats.
</p> </p>
</div> </div>
<div class="blurb"> <div class="blurb">
<h2 class="subhead"><a href="/openstack-health/">OpenStack-Health</a></h2> <h2 class="subhead"><a href="/openstack-health/">OpenStack-Health</a></h2>
<p> <p>
A test results dashboard. A test results dashboard.
</p> </p>
</div> </div>
</div> </div>