hapus assets

This commit is contained in:
2024-06-14 11:25:12 +07:00
parent 31bda7fb98
commit 6a0b6f4f73
275 changed files with 116 additions and 128 deletions

View File

@@ -223,28 +223,57 @@
<div class="col-4">
<div class="form-group">
<div class="input-group">
<input
type="text"
class="form-control"
placeholder="Kwh"
[(ngModel)]="kwhTerm"
disabled
/>
<div class="input-group-append" style="background-color: #252525 !important;">
<span class="input-group-text" style="background-color: #252525 !important; color: #ffffff;">Kwh</span>
<input
type="text"
class="form-control"
placeholder="Kwh"
[(ngModel)]="kwhTerm"
disabled
/>
<div
class="input-group-append"
style="background-color: #252525 !important"
>
<span
class="input-group-text"
style="
background-color: #252525 !important;
color: #ffffff;
height: 40px !important;
"
>Kwh</span
>
</div>
</div>
</div>
</div>
</div>
<div class="col-4">
<div class="form-group">
<input
type="text"
class="form-control"
placeholder="Cost"
[(ngModel)]="costTerm"
disabled
/>
<div class="input-group">
<input
type="text"
class="form-control"
placeholder="Cost"
mask="separator"
thousandSeparator="."
[(ngModel)]="costTerm"
disabled
/>
<div
class="input-group-append"
style="background-color: #252525 !important"
>
<span
class="input-group-text"
style="
background-color: #252525 !important;
color: #ffffff;
height: 40px !important;
"
>IDR</span
>
</div>
</div>
</div>
</div>
@@ -299,14 +328,16 @@
>
<ngx-datatable-column
name="#"
[flexGrow]="1"
[minWidth]="10"
[flexGrow]="0.5"
[minWidth]="30"
>
<ng-template
ngx-datatable-cell-template
let-rowIndex="rowIndex"
>
{{ rowIndex + 1 }}
<p style="color: #ffffff !important">
{{ rowIndex + 1 }}
</p>
</ng-template>
</ngx-datatable-column>
<ngx-datatable-column