@@ -21,7 +18,6 @@
placeholder="Search..."
[(ngModel)]="searchTerm"
(input)="filterRows()"
- (touchstart)="onTouchStart($event)"
/>
@@ -54,7 +50,7 @@
ngx-datatable-cell-template
let-rowIndex="rowIndex"
>
- {{ rowIndex + 1 }}
+
{{ rowIndex + 1 }}
- Category Name
+ Name
- {{ value }}
+ {{ value }}
- Status
+ Status
- {{ value === "2" ? "Aktif" : "Tidak Aktif" }}
+
+ {{ value === "2" ? "Aktif" : "Tidak Aktif" }}
+
+
+ Actions
+
@@ -54,7 +64,7 @@
ngx-datatable-cell-template
let-rowIndex="rowIndex"
>
- {{ rowIndex + 1 }}
+
{{ rowIndex + 1 }}
- Category Name
+ Name
- {{ value }}
+ {{ value }}
- Status
+ Status
- {{ value === "2" ? "Aktif" : "Tidak Aktif" }}
+
+ {{ value === "2" ? "Aktif" : "Tidak Aktif" }}
+
+
+ Actions
+
diff --git a/src/app/content/hemat-app/master/master-room/master-room.component.html b/src/app/content/hemat-app/master/master-room/master-room.component.html
index 58a3c31..2bfdb19 100644
--- a/src/app/content/hemat-app/master/master-room/master-room.component.html
+++ b/src/app/content/hemat-app/master/master-room/master-room.component.html
@@ -6,10 +6,7 @@
-
+
@@ -21,15 +18,24 @@
placeholder="Search..."
[(ngModel)]="searchTerm"
(input)="filterRows()"
- (touchstart)="onTouchStart($event)"
/>
- Add new master
+
+ Add new room
@@ -54,7 +60,7 @@
ngx-datatable-cell-template
let-rowIndex="rowIndex"
>
- {{ rowIndex + 1 }}
+
{{ rowIndex + 1 }}
- Room Name
+ Room Name
- {{ value }}
+ {{ value }}
@@ -79,13 +85,13 @@
[minWidth]="90"
>
- Status
+ Status
- {{ value === 2 ? "Aktif" : "Tidak Aktif" }}
+ {{ value === 2 ? "Aktif" : "Tidak Aktif" }}
+
+ Actions
+
diff --git a/src/app/content/hemat-app/master/master-room/master-room.component.ts b/src/app/content/hemat-app/master/master-room/master-room.component.ts
index 0e731f6..f12b5e8 100644
--- a/src/app/content/hemat-app/master/master-room/master-room.component.ts
+++ b/src/app/content/hemat-app/master/master-room/master-room.component.ts
@@ -26,14 +26,14 @@ export class MasterRoomComponent {
ngOnInit() {
this.breadcrumb = {
- mainlabel: "Master Building",
+ mainlabel: "Master Room",
links: [
{
name: "Home",
isLink: false,
},
{
- name: "Master Building",
+ name: "Master Room",
isLink: false,
},
],
diff --git a/src/app/content/hemat-app/master/master-status/master-status.component.html b/src/app/content/hemat-app/master/master-status/master-status.component.html
index 935ac56..e586ee5 100644
--- a/src/app/content/hemat-app/master/master-status/master-status.component.html
+++ b/src/app/content/hemat-app/master/master-status/master-status.component.html
@@ -6,10 +6,7 @@
-
+
@@ -21,15 +18,24 @@
placeholder="Search..."
[(ngModel)]="searchTerm"
(input)="filterRows()"
- (touchstart)="onTouchStart($event)"
/>
- Add new master
+
+ Add new master
@@ -54,7 +60,7 @@
ngx-datatable-cell-template
let-rowIndex="rowIndex"
>
- {{ rowIndex + 1 }}
+
{{ rowIndex + 1 }}
- Category Name
+ Name
- {{ value }}
+ {{ value }}
- Status
+ Status
- {{ value === "2" ? "Aktif" : "Tidak Aktif" }}
+
+ {{ value === "2" ? "Aktif" : "Tidak Aktif" }}
+
+
+ Actions
+
diff --git a/src/app/content/hemat-app/master/master-type/master-type.component.html b/src/app/content/hemat-app/master/master-type/master-type.component.html
index 935ac56..e586ee5 100644
--- a/src/app/content/hemat-app/master/master-type/master-type.component.html
+++ b/src/app/content/hemat-app/master/master-type/master-type.component.html
@@ -6,10 +6,7 @@
-
+
@@ -21,15 +18,24 @@
placeholder="Search..."
[(ngModel)]="searchTerm"
(input)="filterRows()"
- (touchstart)="onTouchStart($event)"
/>
- Add new master
+
+ Add new master
@@ -54,7 +60,7 @@
ngx-datatable-cell-template
let-rowIndex="rowIndex"
>
- {{ rowIndex + 1 }}
+
{{ rowIndex + 1 }}
- Category Name
+ Name
- {{ value }}
+ {{ value }}
- Status
+ Status
- {{ value === "2" ? "Aktif" : "Tidak Aktif" }}
+
+ {{ value === "2" ? "Aktif" : "Tidak Aktif" }}
+
+
+ Actions
+
diff --git a/src/app/content/hemat-app/master/master-voltage/master-voltage.component.html b/src/app/content/hemat-app/master/master-voltage/master-voltage.component.html
index 935ac56..e586ee5 100644
--- a/src/app/content/hemat-app/master/master-voltage/master-voltage.component.html
+++ b/src/app/content/hemat-app/master/master-voltage/master-voltage.component.html
@@ -6,10 +6,7 @@
-
+
@@ -21,15 +18,24 @@
placeholder="Search..."
[(ngModel)]="searchTerm"
(input)="filterRows()"
- (touchstart)="onTouchStart($event)"
/>
- Add new master
+
+ Add new master
@@ -54,7 +60,7 @@
ngx-datatable-cell-template
let-rowIndex="rowIndex"
>
- {{ rowIndex + 1 }}
+
{{ rowIndex + 1 }}
- Category Name
+ Name
- {{ value }}
+ {{ value }}
- Status
+ Status
- {{ value === "2" ? "Aktif" : "Tidak Aktif" }}
+
+ {{ value === "2" ? "Aktif" : "Tidak Aktif" }}
+
+
+ Actions
+
diff --git a/src/index.html b/src/index.html
index f3f1898..dc08c80 100644
--- a/src/index.html
+++ b/src/index.html
@@ -11,7 +11,7 @@
- Hemat
+ Smart Building Management Systems