diff --git a/src/app/_layout/settings/menu-settings.config.ts b/src/app/_layout/settings/menu-settings.config.ts index 4547ee5..9679eee 100644 --- a/src/app/_layout/settings/menu-settings.config.ts +++ b/src/app/_layout/settings/menu-settings.config.ts @@ -69,12 +69,12 @@ export const MenuSettingsConfig: MenuConfig = { page: '/master/master-category' }, { - title: 'Master Location', - page: '/master/master-location' + title: 'Master Voltage', + page: '/master/master-voltage' }, { - title: 'Master Location Room', - page: '/master/master-location-room' + title: 'Master Floor', + page: '/master/master-floor' }, { title: 'Master Type', diff --git a/src/app/content/hemat-app/master/master-location-room/master-location-room.component.css b/src/app/content/hemat-app/master/master-floor/master-floor.component.css similarity index 100% rename from src/app/content/hemat-app/master/master-location-room/master-location-room.component.css rename to src/app/content/hemat-app/master/master-floor/master-floor.component.css diff --git a/src/app/content/hemat-app/master/master-location/master-location.component.html b/src/app/content/hemat-app/master/master-floor/master-floor.component.html similarity index 91% rename from src/app/content/hemat-app/master/master-location/master-location.component.html rename to src/app/content/hemat-app/master/master-floor/master-floor.component.html index daeefe1..d49656f 100644 --- a/src/app/content/hemat-app/master/master-location/master-location.component.html +++ b/src/app/content/hemat-app/master/master-floor/master-floor.component.html @@ -12,7 +12,7 @@ > - Master Location Table + Master Floor Table
@@ -29,6 +29,7 @@
@@ -37,7 +38,7 @@
@@ -85,7 +86,7 @@ ngx-datatable-cell-template let-value="value" > - {{ value }} + {{ value === '1' ? 'Aktif' : 'Tidak Aktif'}} - @@ -37,7 +38,7 @@
@@ -85,7 +86,7 @@ ngx-datatable-cell-template let-value="value" > - {{ value }} + {{ value === '1' ? 'Aktif' : 'Tidak Aktif'}} -