a4e00a20f1
The 'Gate Queue' tab will only count hits that have caused gate failures This, along with the overall categorization rate, help us have better insight into what is causing the gate to reset. Note: This needs a config patch to land before this can work. The expected location of the output of elastic-recheck-graph has changed. Co-Authored-By: Michael Krotscheck<krotscheck@gmail.com> Change-Id: I23ed8d945c9517221622e1ca215c80539bb07bbd
57 lines
918 B
CSS
57 lines
918 B
CSS
|
|
.graph {
|
|
width: 600px;
|
|
height: 200px;
|
|
margin-bottom: 6px;
|
|
}
|
|
.extlink {
|
|
margin-left: 2em;
|
|
margin-right: 2em;
|
|
}
|
|
.bug-container {
|
|
margin-bottom: 2em;
|
|
}
|
|
table {
|
|
width: auto;
|
|
}
|
|
h2 {
|
|
padding-top: 1em;
|
|
}
|
|
h3 {
|
|
font-size: 1.1em;
|
|
}
|
|
|
|
ul.nav.nav-tabs {
|
|
list-style: none;
|
|
padding: 0px;
|
|
margin: 0px;
|
|
height: 24px;
|
|
border-bottom: 1px solid #EEEEEE;
|
|
}
|
|
|
|
ul.nav.nav-tabs li {
|
|
float: left;
|
|
position: relative;
|
|
display: block;
|
|
margin-bottom: -1px;
|
|
}
|
|
|
|
ul.nav.nav-tabs li a {
|
|
background-color: #F8F8F8;
|
|
margin-bottom: -1px;
|
|
border: 1px solid #EEEEEE;
|
|
padding: 8px 10px 8px 10px;
|
|
border-top-left-radius: 5px;
|
|
border-top-right-radius: 5px;
|
|
}
|
|
|
|
ul.nav.nav-tabs li.active a {
|
|
background-color: #FFFFFF;
|
|
border-bottom: 1px solid #FFFFFF;
|
|
}
|
|
|
|
.recheck-graph-container {
|
|
padding: 10px;
|
|
border: 1px solid #EEEEEE;
|
|
border-top: none;
|
|
} |