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.
|
|
|
<link rel="stylesheet" href="<?=base_url('public/kpdl/dist/monitoring.css')?>">
|
|
|
|
|
|
|
|
<style>
|
|
|
|
.highcharts-credits{
|
|
|
|
visibility: hidden;
|
|
|
|
}
|
|
|
|
.tanggal {
|
|
|
|
min-height: 40px;
|
|
|
|
}
|
|
|
|
.multi-select {
|
|
|
|
.dropdown-content{
|
|
|
|
z-index: 5 !important;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.mantine-TableHeadCell-Content-Labels {
|
|
|
|
padding-left: 0;
|
|
|
|
}
|
|
|
|
</style>
|
|
|
|
|
|
|
|
<?php
|
|
|
|
helper('Kpdl');
|
|
|
|
?>
|
|
|
|
|
|
|
|
<div class="main-content">
|
|
|
|
<div class="container-fluid">
|
|
|
|
<div id="app"></div>
|
|
|
|
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<?php $isDevelopment = ENVIRONMENT === 'development';?>
|
|
|
|
|
|
|
|
<!-- src="<=base_url('public/kpdl/dist/monitoring.js')?>"> -->
|
|
|
|
<script type="text/javascript">
|
|
|
|
<?php echo view('kewilayahan/dist/monitoring.js') ?>
|
|
|
|
</script>
|
|
|
|
|
|
|
|
<?php echo view('inc/js.php') ?>
|