/[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 2769 by torben, Thu Nov 5 08:06:00 2015 UTC
# Line 32  function refreshLoaderStatus() { Line 32  function refreshLoaderStatus() {
32    
33  $(document).ready( function() {  $(document).ready( function() {
34          $("#reloadData").click(function() {          $("#reloadData").click(function() {
35                  $.get("admin?reload=1");                  $.get("admin?reload=1&trigger=Manual");
36                                    
37                  $(this).text("Running")                  $(this).text("Running")
38                          .removeClass("btn-success")                          .removeClass("btn-success")
# 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.2769

  ViewVC Help
Powered by ViewVC 1.1.20