--- dao/DaoAdresseService/WebContent/admin.jsp 2015/02/23 12:30:41 2337 +++ dao/DaoAdresseService/src/main/webapp/admin.jsp 2015/07/23 07:42:50 2637 @@ -39,6 +39,79 @@ .addClass("btn-danger") .attr("disabled","disabled"); }); + + $("#dbConnectionProbe").click(function() { + $("#dbProbeContent").load("DbConnectionProbe"); + }); + + var options = { + //Boolean - Whether we should show a stroke on each segment + segmentShowStroke : true, + + //String - The colour of each segment stroke + segmentStrokeColor : "#fff", + + //Number - The width of each segment stroke + segmentStrokeWidth : 2, + + //Number - The percentage of the chart that we cut out of the middle + percentageInnerCutout : 50, // This is 0 for Pie charts + + //Number - Amount of animation steps + animationSteps : 10, + + //String - Animation easing effect + animationEasing : "easeOutBounce", + + //Boolean - Whether we animate the rotation of the Doughnut + animateRotate : true, + + //Boolean - Whether we animate scaling the Doughnut from the centre + animateScale : false, + + }; + + + if ( "" != "") { + var data = [ + { + value: , + color: "#46BFBD", //grøn + highlight: "#5AD3D1", + + label: "Direkte" + }, + { + value: , + color: "#FDB45C", //gul + highlight: "#FFC870", + label: "Udvidet" + }, + { + value: , + color: "#949FB1", //grey + highlight: "#A8B3C5", + label: "100%" + } + , + { + value: , + color:"#F7464A", //rød + highlight: "#FF5A5E", + label: "Ikke dækket" + } + ] + + // Get context with jQuery - using jQuery's .get() method. + var ctx = $("#myChart").get(0).getContext("2d"); + // This will get the first returned node in the jQuery collection. + var myNewChart = new Chart(ctx).Pie(data,options); + + } + + + + refreshLoaderStatus(); setInterval(refreshLoaderStatus, 3000 ); @@ -70,19 +143,70 @@ Ikke dækket: - + + + + + + Total: + + + + + + + + + Data ikke læst endnu + + + +

Data

+ + + + + + + + + + +
Indlæst:
Forbrugt (ms):
Data ikke læst endnu - +

Dataloader

- + +

DB Connection

+
+ + +

Pages

+ + +

Software

+ + + + + + + + + +
SVN version:
Build Time:
+ @@ -91,13 +215,18 @@
-

Column 2

-

Lorem ipsum dolor sit amet, consectetur adipisicing elit...

-

Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris...

+

Runtime options

+ + + + +
- \ No newline at end of file +