/[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 2346 by torben, Mon Feb 23 14:39:49 2015 UTC dao/DaoAdresseService/src/main/webapp/admin.jsp revision 2484 by torben, Tue Mar 24 09:36:05 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 106  $(document).ready( function() { Line 115  $(document).ready( function() {
115          <h3>Dataloader</h3>          <h3>Dataloader</h3>
116          <button type="button" class="btn" id="reloadData"> awaiting status</button>          <button type="button" class="btn" id="reloadData"> awaiting status</button>
117                    
118            <h3>DB Connection</h3>
119            <button type="button" class="btn" id="dbConnectionProbe">Test Connection</button><br>
120            <span id="dbProbeContent"></span>
121            
122            <h3>Pages</h3>
123            <ul>
124                    <li><a href='CsvUdtraek'>CSV Udtr&aelig;k</a></li>
125                    <li><a href='inspectData.jsp'>Inspect Data</a></li>
126            </ul>
127            
128            
129                    
130            
131      </div>      </div>
# Line 113  $(document).ready( function() { Line 133  $(document).ready( function() {
133            
134      <div class="col-sm-8">      <div class="col-sm-8">
135        <h3>Runtime options</h3>        <h3>Runtime options</h3>
136        <iframe src="ConfigServlet" width="100%" frameborder="0">        <iframe src="ConfigServlet" width="100%" frameborder="0" height="250">
137          </iframe>
138          
139          
140          <iframe src="CircuitBreakerServlet" width="100%" frameborder="0" height="450">
141        </iframe>        </iframe>
142    
143      </div>      </div>

Legend:
Removed from v.2346  
changed lines
  Added in v.2484

  ViewVC Help
Powered by ViewVC 1.1.20