hapus assets

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

22
package-lock.json generated
View File

@ -65,6 +65,7 @@
"ngx-echarts": "^15.0.1",
"ngx-google-places-autocomplete": "^2.0.5",
"ngx-image-cropper": "^6.3.2",
"ngx-mask": "^14.2.4",
"ngx-masonry": "^14.0.1",
"ngx-perfect-scrollbar": "^10.1.1",
"ngx-quill": "^20.0.1",
@ -14433,6 +14434,19 @@
"@angular/core": ">=13.0.0"
}
},
"node_modules/ngx-mask": {
"version": "14.2.4",
"resolved": "https://registry.npmjs.org/ngx-mask/-/ngx-mask-14.2.4.tgz",
"integrity": "sha512-158nAe2tyiZa2T8COoI6SvJCQHqpJ4+JW0amGcvVEYUBF6FIoYK66BlnOJURAOy5qry0d0N45w7J/LGsCBgZcg==",
"dependencies": {
"tslib": "^2.3.0"
},
"peerDependencies": {
"@angular/common": ">=10.0.0",
"@angular/core": ">=10.0.0",
"@angular/forms": ">=10.0.0"
}
},
"node_modules/ngx-masonry": {
"version": "14.0.1",
"resolved": "https://registry.npmjs.org/ngx-masonry/-/ngx-masonry-14.0.1.tgz",
@ -30171,6 +30185,14 @@
"tslib": "^2.3.0"
}
},
"ngx-mask": {
"version": "14.2.4",
"resolved": "https://registry.npmjs.org/ngx-mask/-/ngx-mask-14.2.4.tgz",
"integrity": "sha512-158nAe2tyiZa2T8COoI6SvJCQHqpJ4+JW0amGcvVEYUBF6FIoYK66BlnOJURAOy5qry0d0N45w7J/LGsCBgZcg==",
"requires": {
"tslib": "^2.3.0"
}
},
"ngx-masonry": {
"version": "14.0.1",
"resolved": "https://registry.npmjs.org/ngx-masonry/-/ngx-masonry-14.0.1.tgz",

View File

@ -71,6 +71,7 @@
"ngx-echarts": "^15.0.1",
"ngx-google-places-autocomplete": "^2.0.5",
"ngx-image-cropper": "^6.3.2",
"ngx-mask": "^14.2.4",
"ngx-masonry": "^14.0.1",
"ngx-perfect-scrollbar": "^10.1.1",
"ngx-quill": "^20.0.1",

View File

@ -13,7 +13,7 @@
href="https://allbestsistem.com/"
target="_blank"
style="background-color: #000000 !important;"
>Smart Building Management Systems (V@2024-06-13.01)
>Smart Building Management Systems (V@2024-06-14.01)
</a></span
>
</p>

View File

@ -28,11 +28,11 @@
class="navbar-brand"
routerLink="/dashboard/sales"
>
<!-- <img
<img
class="brand-logo"
alt="modern admin logo"
src="../../../../assets/images/Smart-Building.png"
/> -->
src="../../../../assets/images/logo/smart2.png"
/>
<!-- <h3 class="brand-text" style="color: #ffffff;">{{_themeSettingsConfig.brand.brand_name}}</h3> -->
<div class="brand-text-wrapper" style="max-width: 200px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;">
<h3 class="brand-text" style="color: #ffffff; margin: 0;">
@ -106,7 +106,11 @@
ngbDropdown
*ngIf="notification === 'on'"
>
<a class="nav-link nav-link-label" ngbDropdownToggle>
<!-- <a class="nav-link nav-link-label" ngbDropdownToggle>
<i class="ficon feather ft-bell" style="color: #bef264"></i>
<span class="badge badge-pill badge-danger badge-up badge-glow">5</span>
</a> -->
<a class="nav-link nav-link-label">
<i class="ficon feather ft-bell" style="color: #bef264"></i>
<!-- <span class="badge badge-pill badge-danger badge-up badge-glow">5</span> -->
</a>
@ -336,16 +340,16 @@
class="dropdown-menu dropdown-menu-right"
aria-labelledby="dropdownProfileMenu"
>
<a class="dropdown-item" [routerLink]="['/user/user-profile']"
<a class="dropdown-item"
><i class="feather ft-user"></i> Edit Profile
</a>
<a class="dropdown-item" [routerLink]="['/email']"
<a class="dropdown-item"
><i class="feather ft-mail"></i> My Inbox
</a>
<a class="dropdown-item" [routerLink]="['/todos']"
<a class="dropdown-item"
><i class="feather ft-check-square"></i> Task
</a>
<a class="dropdown-item" [routerLink]="['/chats']"
<a class="dropdown-item"
><i class="feather ft-message-square"></i> Chats
</a>
<div class="dropdown-divider"></div>

View File

@ -29,5 +29,5 @@ export const ThemeSettingsConfig = {
// value:'http://evolvision.com/wp-content/uploads/2018/01/envelope4-green.png'
},
},
defaultTitleSuffix: 'Modern Admin - Angular 11+ Bootstrap 5 Admin Dashboard Template'
defaultTitleSuffix: ''
};

View File

@ -74,7 +74,8 @@ export class AppComponent implements OnInit {
}
}
if (this.title && this.router.url !== '/') {
this.titleService.setTitle(this.title + ' - ' + this._themeSettingsConfig.defaultTitleSuffix);
this.titleService.setTitle(this.title);
// this.titleService.setTitle(this.title + ' - ' + this._themeSettingsConfig.defaultTitleSuffix);
} else {
if ((this.router.url === '/' || this.router.url === '/login' || this.router.url === '/register') &&
!localStorage.getItem('remember')) {

View File

@ -14,7 +14,7 @@
<div class="card border-grey border-lighten-3 px-1 py-1 box-shadow-3 m-0">
<div class="card-body">
<span class="card-title text-center">
<img src="../../../../../assets/images/logo/logo-dark-lg.png" class="img-fluid mx-auto d-block pt-2"
<img src="../../../../../assets/images/logo/smart.png" class="img-fluid mx-auto d-block pt-2"
width="250" alt="logo">
</span>
</div>

View File

@ -7,7 +7,7 @@
<div class="col-12 d-flex align-items-center justify-content-center">
<div class="col-lg-6 col-10">
<img class="img-fluid mx-auto d-block pb-3 pt-4 width-65-per"
src="../../../../../assets/images/logo/logo-dark-lg.png" alt="Modern Search">
src="../../../../../assets/images/logo/smart.png" alt="Modern Search">
<fieldset class="form-group position-relative">
<input type="text" class="form-control form-control-xl input-xl" id="iconLeft1"
placeholder="Explore Modern ...">

View File

@ -7,7 +7,7 @@
<div class="card-body">
<span class="card-title text-center">
<img
src="assets/images/logo/logo-dark-lg.png"
src="assets/images/logo/smart.png"
class="img-fluid mx-auto d-block pt-2"
width="250"
alt="logo"

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

View File

@ -17,7 +17,8 @@ import { NgChartsModule } from 'ng2-charts';
import { ChartistModule } from 'ng-chartist';
import { MatchHeightModule } from '../../partials/general/match-height/match-height.module';
import { ModalAddActualComponent } from './modal-add-actual/modal-add-actual.component';
import { NgxMaskModule, IConfig } from 'ngx-mask'
export const options: Partial<null|IConfig> | (() => Partial<IConfig>) = null;
@NgModule({
@ -40,6 +41,7 @@ import { ModalAddActualComponent } from './modal-add-actual/modal-add-actual.com
NgChartsModule,
ChartistModule,
MatchHeightModule,
NgxMaskModule.forRoot(),
BlockUIModule.forRoot({
template: BlockTemplateComponent
}),

View File

@ -1,7 +1,7 @@
<div class="modal-body" style="background-color: #000000 !important">
<h4 style="color: #ffffff">Input the actual cost of your expenses</h4>
<p style="color: #ffffff">Building : {{buildingName}}</p>
<p style="color: #ffffff">Periode : {{formattedDate}}</p>
<p style="color: #ffffff">Building : {{ buildingName }}</p>
<p style="color: #ffffff">Periode : {{ formattedDate }}</p>
<form [formGroup]="myForm">
<div class="form-group">
<input
@ -10,6 +10,8 @@
id="real_cost"
formControlName="real_cost"
placeholder="0.00"
mask="separator"
thousandSeparator="."
/>
</div>
</form>

View File

@ -7,7 +7,7 @@
<div class="card-body">
<span class="card-title text-center">
<img
src="assets/images/logo/logo-dark-lg.png"
src="assets/images/logo/smart.png"
class="img-fluid mx-auto d-block pt-2"
width="250"
alt="logo"

View File

@ -7,7 +7,7 @@
<div class="card-body">
<span class="card-title text-center">
<img
src="assets/images/logo/logo-dark-lg.png"
src="assets/images/logo/smart.png"
class="img-fluid mx-auto d-block pt-2"
width="250"
alt="logo"

View File

@ -7,7 +7,7 @@
<div class="card-body">
<span class="card-title text-center">
<img
src="assets/images/logo/logo-dark-lg.png"
src="assets/images/logo/smart.png"
class="img-fluid mx-auto d-block pt-2"
width="250"
alt="logo"

View File

@ -7,7 +7,7 @@
<div class="card-body">
<span class="card-title text-center">
<img
src="assets/images/logo/logo-dark-lg.png"
src="assets/images/logo/smart.png"
class="img-fluid mx-auto d-block pt-2"
width="250"
alt="logo"

View File

@ -7,7 +7,7 @@
<div class="card-body">
<span class="card-title text-center">
<img
src="assets/images/logo/logo-dark-lg.png"
src="assets/images/logo/smart.png"
class="img-fluid mx-auto d-block pt-2"
width="250"
alt="logo"

View File

@ -9,13 +9,15 @@
<div class="card border-grey border-lighten-3 px-1 py-1 m-0">
<div class="card-header border-0">
<div class="card-title text-center">
<!-- <img
src="assets/images/logo/logo-dark.png"
<img
class="brand-logo"
src="assets/images/logo/smart.png"
alt="branding logo"
/> -->
<h3 class="brand-text" style="color: #000000; margin: 0; font-weight: 600;">
height="100" width="400"
/>
<!-- <h3 class="brand-text" style="color: #000000; margin: 0; font-weight: 600;">
Smart Building
</h3>
</h3> -->
</div>
</div>
<div class="card-content">
@ -136,15 +138,15 @@
<p
class="card-subtitle line-on-side text-muted text-center font-small-3 mx-2 my-1"
>
<span>(v@2024.06.13.01)</span>
<span>(v@2024.06.14.01)</span>
</p>
<div class="card-body">
<!-- <div class="card-body">
<a
[routerLink]="['/register']"
class="btn btn-outline-danger btn-block"
><i class="la la-user"></i> Register</a
>
</div>
</div> -->
</div>
</div>
</div>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 7.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 64 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 194 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 211 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 84 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 65 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 57 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 60 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 60 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 59 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 66 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 60 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 98 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 208 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 33 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 7.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 447 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 18 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 693 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 43 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 268 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.5 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 757 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 684 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.3 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 308 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 139 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 83 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 127 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 58 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 55 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 71 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 81 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 72 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 71 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 91 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 114 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 18 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 58 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 46 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 31 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 11 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 38 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 18 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 32 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 27 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 38 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 9.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 81 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 63 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 28 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 11 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 10 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 14 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 13 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 28 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 28 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 30 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 63 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 85 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 10 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 58 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 37 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 109 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 33 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 95 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 64 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 70 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 17 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 25 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 49 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 90 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 140 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 87 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 25 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 96 KiB

Some files were not shown because too many files have changed in this diff Show More