/[projects]/dao/DaoAdresseService/src/main/webapp/admin.jsp
ViewVC logotype

Diff of /dao/DaoAdresseService/src/main/webapp/admin.jsp

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 2636 by torben, Thu Jul 23 07:31:35 2015 UTC revision 2638 by torben, Thu Jul 23 09:25:03 2015 UTC
# Line 139  $(document).ready( function() { Line 139  $(document).ready( function() {
139                                  </tr>                                  </tr>
140                                  <tr>                                  <tr>
141                                          <td>100%: </td>                                          <td>100%: </td>
142                                          <td align="right"><c:out value="${stats.hundredePctCount}"></c:out></td>                                          <td align="right">
143                                                    <a href='CsvUdtraek?type=100pct' target='_blank'><c:out value="${stats.hundredePctCount}"></c:out></a>
144                                            </td>
145                                  </tr>                                  </tr>
146                                  <tr>                                  <tr>
147                                          <td>Ikke dækket: </td>                                          <td>Ikke dækket: </td>
# Line 216  $(document).ready( function() { Line 218  $(document).ready( function() {
218            
219      <div class="col-sm-8">      <div class="col-sm-8">
220        <h3>Runtime options</h3>        <h3>Runtime options</h3>
221        <iframe src="ConfigServlet" width="100%" frameborder="0" height="250">        <iframe src="ConfigServlet" width="100%" height="250" style="border-width: 0px;">
222        </iframe>        </iframe>
223                
224                
225        <iframe src="CircuitBreakerServlet" width="100%" frameborder="0" height="450">        <iframe src="CircuitBreakerServlet" width="100%" height="450" style="border-width: 0px;">
226        </iframe>        </iframe>
227    
228      </div>      </div>

Legend:
Removed from v.2636  
changed lines
  Added in v.2638

  ViewVC Help
Powered by ViewVC 1.1.20