You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
27 lines
401 B
27 lines
401 B
7 months ago
|
|
||
|
<style>
|
||
|
.highcharts-credits{
|
||
|
visibility: hidden;
|
||
|
}
|
||
|
</style>
|
||
|
<?php
|
||
|
helper('Kpdl');
|
||
|
?>
|
||
|
|
||
|
<div class="main-content">
|
||
|
<div class="container-fluid">
|
||
|
<div id="app"></div>
|
||
|
|
||
|
</div>
|
||
|
</div>
|
||
|
|
||
|
|
||
|
|
||
|
<?php $isDevelopment = ENVIRONMENT === 'development';?>
|
||
|
|
||
|
<script type="text/javascript">
|
||
|
|
||
|
<?php echo view('kewilayahan/dist/monitoring.js') ?>
|
||
|
</script>
|
||
|
|
||
|
<?php echo view('inc/js.php') ?>
|