Commit 99103f9a by Bangbadil

penyesuaian kembali

1 parent 6308deec
...@@ -605,7 +605,6 @@ ...@@ -605,7 +605,6 @@
"searching": false, "searching": false,
"info": false, "info": false,
"autoWidth": false, "autoWidth": false,
"scrollX": true,
"ordering":false, "ordering":false,
"columnDefs": [ "columnDefs": [
{ className: 'text-center', width: "2px", targets: [0] }, { className: 'text-center', width: "2px", targets: [0] },
...@@ -773,4 +772,4 @@ ...@@ -773,4 +772,4 @@
} }
</script> </script>
</html>
\ No newline at end of file \ No newline at end of file
</html>
...@@ -429,7 +429,6 @@ ...@@ -429,7 +429,6 @@
valuefontsize: "36", valuefontsize: "36",
valuefontcolor: "#000000", valuefontcolor: "#000000",
valuefontbold: "1", valuefontbold: "1",
numberSuffix: "%",
majortmnumber: "8", majortmnumber: "8",
majortmthickness: "3", majortmthickness: "3",
majortmheight: "15", majortmheight: "15",
...@@ -511,7 +510,7 @@ ...@@ -511,7 +510,7 @@
{ {
type: "text", type: "text",
id: "unitText", id: "unitText",
text: "mph", text: "%",
x: "$gaugeCenterX", x: "$gaugeCenterX",
y: "$gaugeCenterY + 50", y: "$gaugeCenterY + 50",
fontsize: "18", fontsize: "18",
...@@ -722,18 +721,18 @@ function updateGauge(percentage, realisasi, target) { ...@@ -722,18 +721,18 @@ function updateGauge(percentage, realisasi, target) {
setTimeout(function () { setTimeout(function () {
$().datarefresh(); $().datarefresh();
}, 300000); }, 300000000000);
} else { } else {
setTimeout(function () { setTimeout(function () {
$().datarefresh(); $().datarefresh();
}, 60000); }, 60000000000);
} }
}).fail(function () { }).fail(function () {
setTimeout(function () { setTimeout(function () {
$().datarefresh(); $().datarefresh();
}, 60000); }, 6000000000000);
}); });
} }
</script> </script>
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!