perbaikan UI device dan penambahan export

This commit is contained in:
2024-06-23 03:09:40 +07:00
parent 25559ee299
commit efaf30d55e
5 changed files with 244 additions and 68 deletions

View File

@@ -11,7 +11,7 @@
<div class="card-content">
<div class="card-body">
<div class="row">
<div class="col-2">
<div class="col-3">
<div class="form-group">
<ng-select
class="select-custom"
@@ -25,7 +25,7 @@
</ng-select>
</div>
</div>
<div class="col-2">
<div class="col-3">
<div class="form-group">
<ng-select
class="select-custom"
@@ -39,7 +39,7 @@
</ng-select>
</div>
</div>
<div class="col-2">
<div class="col-3">
<div class="form-group">
<ng-select
class="select-custom"
@@ -54,7 +54,7 @@
</div>
</div>
<div class="col-2 text-left">
<div class="col-3 text-left">
<div class="d-flex">
<button
type="button"
@@ -79,10 +79,7 @@
</button>
</div>
</div>
<div class="col-2"></div>
</div>
<div class="card-dashboard"></div>
</div>
</div>
</div>
@@ -106,9 +103,22 @@
<h3 style="color: #ffffff !important">123123</h3>
</div>
<div class="align-self-center">
<i
class="feather ft-zap primary font-large-2 float-right"
></i>
<div
style="
background-color: #414F2B;
border-radius: 50%;
width: 50px;
height: 50px;
display: flex;
align-items: center;
justify-content: center;
"
>
<i
class="ri-dv-fill font-large-1 blue-grey d-block"
style="color: #bef264 !important"
></i>
</div>
</div>
</div>
</div>
@@ -130,9 +140,22 @@
<h3 style="color: #ffffff !important">13123</h3>
</div>
<div class="align-self-center">
<i
class="feather ft-wifi success font-large-2 float-right"
></i>
<div
style="
background-color: #414F2B;
border-radius: 50%;
width: 50px;
height: 50px;
display: flex;
align-items: center;
justify-content: center;
"
>
<i
class="ri-live-fill font-large-1 blue-grey d-block"
style="color: #bef264 !important"
></i>
</div>
</div>
</div>
</div>
@@ -154,9 +177,22 @@
<h3 style="color: #ffffff !important">13123</h3>
</div>
<div class="align-self-center">
<i
class="feather ft-wifi-off danger font-large-2 float-right"
></i>
<div
style="
background-color: #414F2B;
border-radius: 50%;
width: 50px;
height: 50px;
display: flex;
align-items: center;
justify-content: center;
"
>
<i
class="ri-video-off-fill font-large-1 blue-grey d-block"
style="color: #bef264 !important"
></i>
</div>
</div>
</div>
</div>