/[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 2349 by torben, Mon Feb 23 15:02:48 2015 UTC revision 2377 by torben, Thu Feb 26 08:13:15 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            
123                    
124            
125      </div>      </div>
# Line 115  $(document).ready( function() { Line 129  $(document).ready( function() {
129        <h3>Runtime options</h3>        <h3>Runtime options</h3>
130        <iframe src="ConfigServlet" width="100%" frameborder="0" height="250">        <iframe src="ConfigServlet" width="100%" frameborder="0" height="250">
131        </iframe>        </iframe>
132          
133          
134          <iframe src="CircuitBreakerServlet" width="100%" frameborder="0" height="450">
135          </iframe>
136    
137      </div>      </div>
138    

Legend:
Removed from v.2349  
changed lines
  Added in v.2377

  ViewVC Help
Powered by ViewVC 1.1.20