/[projects]/dao/DaoAdresseService/WebContent/admin.jsp
ViewVC logotype

Diff of /dao/DaoAdresseService/WebContent/admin.jsp

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

revision 2338 by torben, Mon Feb 23 12:48:00 2015 UTC revision 2356 by torben, Tue Feb 24 07:57:47 2015 UTC
# Line 70  $(document).ready( function() { Line 70  $(document).ready( function() {
70                                  </tr>                                  </tr>
71                                  <tr>                                  <tr>
72                                          <td>Ikke dækket: </td>                                          <td>Ikke dækket: </td>
73                                          <td align="right"><c:out value="${stats.ikkeDaekketCount}"></c:out></td>                                          <td align="right" target='_blank'>
74                                                    <a href='CsvUdtraek?type=ikkedaekket'><c:out value="${stats.ikkeDaekketCount}"></c:out></a>
75                                            </td>
76                                  </tr>                                  </tr>
77                          </table>                          </table>
78                                    
# Line 104  $(document).ready( function() { Line 106  $(document).ready( function() {
106          <h3>Dataloader</h3>          <h3>Dataloader</h3>
107          <button type="button" class="btn" id="reloadData"> awaiting status</button>          <button type="button" class="btn" id="reloadData"> awaiting status</button>
108                    
109            <h3>DB Connection</h3>
110            <a href="DbConnectionProbe">Test Connection</a>
111            
112                    
113            
114      </div>      </div>
115      <!-- ------------------------------------------  -->      <!-- ------------------------------------------  -->
116            
117      <div class="col-sm-8">      <div class="col-sm-8">
118        <h3>Column 2</h3>        <h3>Runtime options</h3>
119        <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit...</p>        <iframe src="ConfigServlet" width="100%" frameborder="0" height="250">
120        <p>Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris...</p>        </iframe>
121          
122          
123          <iframe src="CircuitBreakerServlet" width="100%" frameborder="0" height="450">
124          </iframe>
125    
126      </div>      </div>
127    
128    </div>    </div>

Legend:
Removed from v.2338  
changed lines
  Added in v.2356

  ViewVC Help
Powered by ViewVC 1.1.20