Commit 99103f9a by Bangbadil

penyesuaian kembali

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