##// END OF EJS Templates
ux: #3984 switching status blocks
lisaq -
r9:9e29dab5
parent child Browse files
Show More
@@ -4956,10 +4956,11 b' function kickstartAE() {'
4956 4956 " <span class=\"fa fa-chevron-right\"></span>\n" +
4957 4957 " </a><!--\n" +
4958 4958 "\n" +
4959 " --><a class=\"combined-stat text-center\" id=\"satisfying-requests\" data-uib-tooltip=\"Requests under 1s\">\n" +
4960 " <small>Satisfying req.</small>\n" +
4959 " --><a data-ui-sref=\"report.list_slow({resource:index.resource, min_duration:4, start_date:index.startDateFilter})\" class=\"combined-stat text-center\" id=\"frustrating-requests\" data-uib-tooltip=\"Requests over 4s\">\n" +
4960 " <small>Frustrating req.</small>\n" +
4961 4961 " <br/>\n" +
4962 " <strong>{{index.satisfyingRequests|numberToThousands}}</strong>\n" +
4962 " <strong>{{index.frustratingRequests|numberToThousands}}</strong>\n" +
4963 " <span class=\"fa fa-chevron-right\"></span>\n" +
4963 4964 " </a><!--\n" +
4964 4965 "\n" +
4965 4966 " --><a data-ui-sref=\"report.list_slow({resource:index.resource, min_duration:1, max_duration:4, start_date:index.startDateFilter})\" class=\"combined-stat text-center\" id=\"tolerated-requests\"\n" +
@@ -4970,11 +4971,10 b' function kickstartAE() {'
4970 4971 " <span class=\"fa fa-chevron-right\"></span>\n" +
4971 4972 " </a><!--\n" +
4972 4973 "\n" +
4973 " --><a data-ui-sref=\"report.list_slow({resource:index.resource, min_duration:4, start_date:index.startDateFilter})\" class=\"combined-stat text-center\" id=\"frustrating-requests\" data-uib-tooltip=\"Requests over 4s\">\n" +
4974 " <small>Frustrating req.</small>\n" +
4974 " --><a class=\"combined-stat text-center\" id=\"satisfying-requests\" data-uib-tooltip=\"Requests under 1s\">\n" +
4975 " <small>Satisfying req.</small>\n" +
4975 4976 " <br/>\n" +
4976 " <strong>{{index.frustratingRequests|numberToThousands}}</strong>\n" +
4977 " <span class=\"fa fa-chevron-right\"></span>\n" +
4977 " <strong>{{index.satisfyingRequests|numberToThousands}}</strong>\n" +
4978 4978 " </a><!--\n" +
4979 4979 "\n" +
4980 4980 " --><a data-ui-sref=\"uptime({resource:index.resource})\" class=\"combined-stat text-center\" id=\"uptime-stats\" data-uib-tooltip=\"Uptime\">\n" +
@@ -127,10 +127,11 b''
127 127 <span class="fa fa-chevron-right"></span>
128 128 </a><!--
129 129
130 --><a class="combined-stat text-center" id="satisfying-requests" data-uib-tooltip="Requests under 1s">
131 <small>Satisfying req.</small>
130 --><a data-ui-sref="report.list_slow({resource:index.resource, min_duration:4, start_date:index.startDateFilter})" class="combined-stat text-center" id="frustrating-requests" data-uib-tooltip="Requests over 4s">
131 <small>Frustrating req.</small>
132 132 <br/>
133 <strong>{{index.satisfyingRequests|numberToThousands}}</strong>
133 <strong>{{index.frustratingRequests|numberToThousands}}</strong>
134 <span class="fa fa-chevron-right"></span>
134 135 </a><!--
135 136
136 137 --><a data-ui-sref="report.list_slow({resource:index.resource, min_duration:1, max_duration:4, start_date:index.startDateFilter})" class="combined-stat text-center" id="tolerated-requests"
@@ -140,12 +141,11 b''
140 141 <strong>{{index.toleratedRequests|numberToThousands}}</strong>
141 142 <span class="fa fa-chevron-right"></span>
142 143 </a><!--
143
144 --><a data-ui-sref="report.list_slow({resource:index.resource, min_duration:4, start_date:index.startDateFilter})" class="combined-stat text-center" id="frustrating-requests" data-uib-tooltip="Requests over 4s">
145 <small>Frustrating req.</small>
144
145 --><a class="combined-stat text-center" id="satisfying-requests" data-uib-tooltip="Requests under 1s">
146 <small>Satisfying req.</small>
146 147 <br/>
147 <strong>{{index.frustratingRequests|numberToThousands}}</strong>
148 <span class="fa fa-chevron-right"></span>
148 <strong>{{index.satisfyingRequests|numberToThousands}}</strong>
149 149 </a><!--
150 150
151 151 --><a data-ui-sref="uptime({resource:index.resource})" class="combined-stat text-center" id="uptime-stats" data-uib-tooltip="Uptime">
General Comments 0
You need to be logged in to leave comments. Login now