/[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

dao/DaoAdresseService/WebContent/admin.jsp revision 2337 by torben, Mon Feb 23 12:30:41 2015 UTC dao/DaoAdresseService/src/main/webapp/admin.jsp revision 2606 by torben, Tue Jul 14 08:40:09 2015 UTC
# Line 39  $(document).ready( function() { Line 39  $(document).ready( function() {
39                          .addClass("btn-danger")                          .addClass("btn-danger")
40                          .attr("disabled","disabled");                          .attr("disabled","disabled");
41          });          });
42            
43            $("#dbConnectionProbe").click(function() {
44                    $("#dbProbeContent").load("DbConnectionProbe");        
45            });
46            
47            
48            
49            
50            
51          refreshLoaderStatus();          refreshLoaderStatus();
52          setInterval(refreshLoaderStatus, 3000 );          setInterval(refreshLoaderStatus, 3000 );
53                    
# Line 70  $(document).ready( function() { Line 79  $(document).ready( function() {
79                                  </tr>                                  </tr>
80                                  <tr>                                  <tr>
81                                          <td>Ikke dækket: </td>                                          <td>Ikke dækket: </td>
82                                          <td align="right"><c:out value="${stats.ikkeDaekketCount}"></c:out></td>                                          <td align="right">
83                                                    <a href='CsvUdtraek?type=ikkedaekket' target='_blank'><c:out value="${stats.ikkeDaekketCount}"></c:out></a>
84                                            </td>
85                                    </tr>
86                                    <tr>
87                                            <td>Total: </td>
88                                            <td align="right"><c:out value="${stats.totalCount}"></c:out></td>
89                                    </tr>
90                            </table>
91                    
92                </c:when>
93                <c:otherwise>
94                    Data ikke læst endnu
95                </c:otherwise>                  
96            </c:choose>
97            
98            <h3>Data</h3>
99            
100            <c:choose>
101                <c:when test="${hasSearch}">
102                            <table>
103                                    <tr>
104                                            <td>Indlæst: </td>
105                                            <td align="right"><c:out value="${stats.buildTime}"></c:out></td>
106                                    </tr>
107                                    <tr>
108                                            <td>Forbrugt (ms): </td>
109                                            <td align="right"><c:out value="${stats.elapsed}"></c:out></td>
110                                  </tr>                                  </tr>
111                          </table>                          </table>
112                                    
113              </c:when>              </c:when>
114              <c:otherwise>              <c:otherwise>
115                  Data ikke læst endnu                  Data ikke læst endnu
116              </c:otherwise>              </c:otherwise>                  
117          </c:choose>          </c:choose>
118                    
119          <h3>Dataloader</h3>          <h3>Dataloader</h3>
120          <button type="button" class="btn" id="reloadData"> awaiting status</button>          <button type="button" class="btn" id="reloadData"> awaiting status</button>
121                        
122            <h3>DB Connection</h3>
123            <button type="button" class="btn" id="dbConnectionProbe">Test Connection</button><br>
124            <span id="dbProbeContent"></span>
125            
126            <h3>Pages</h3>
127            <ul>
128                    <li><a href='CsvUdtraek'>CSV Udtr&aelig;k</a></li>
129                    <li><a href='inspectData.jsp'>Inspect Data</a></li>
130            </ul>
131    
132            <h3>Software</h3>
133            <table>
134                                    <tr>
135                                            <td>SVN version: </td>
136                                            <td align="right"><c:out value="${scmrevision}"></c:out></td>
137                                    </tr>
138                                    <tr>
139                                            <td>Build Time: </td>
140                                            <td align="right"><c:out value="${buildtime}"></c:out></td>
141                                    </tr>
142            </table>
143            
144                    
145                    
146                    
# Line 91  $(document).ready( function() { Line 149  $(document).ready( function() {
149      <!-- ------------------------------------------  -->      <!-- ------------------------------------------  -->
150            
151      <div class="col-sm-8">      <div class="col-sm-8">
152        <h3>Column 2</h3>        <h3>Runtime options</h3>
153        <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit...</p>        <iframe src="ConfigServlet" width="100%" frameborder="0" height="250">
154        <p>Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris...</p>        </iframe>
155          
156          
157          <iframe src="CircuitBreakerServlet" width="100%" frameborder="0" height="450">
158          </iframe>
159    
160      </div>      </div>
161    
162    </div>    </div>
163    
164    
165      </jsp:body>      </jsp:body>
 </t:genericpage>  
166    </t:genericpage>

Legend:
Removed from v.2337  
changed lines
  Added in v.2606

  ViewVC Help
Powered by ViewVC 1.1.20