From 6061f4e58e22ff51c56a9f950457a8c4e809f9d2 Mon Sep 17 00:00:00 2001 From: Fuzi_fauzia Date: Mon, 3 Jun 2024 16:15:23 +0700 Subject: [PATCH] integrasi monitoring list --- .../horizontal/horizontal.component.html | 2 +- .../hemat-app/device/device.component.html | 52 +++--- .../add-edit-list/add-edit-list.component.css | 0 .../add-edit-list.component.html | 151 ++++++++++++++++ .../add-edit-list.component.spec.ts | 23 +++ .../add-edit-list/add-edit-list.component.ts | 165 ++++++++++++++++++ .../list-monitoring.component.html | 67 ++----- .../list-monitoring.component.ts | 17 +- .../list-monitoring/list-monitoring.module.ts | 20 ++- .../master-user/master-user.component.html | 39 ++++- .../service/monitoring-api.service.ts | 9 + .../user-access/user-access.component.html | 140 +++------------ src/app/login/login.component.html | 2 +- 13 files changed, 485 insertions(+), 202 deletions(-) create mode 100644 src/app/content/hemat-app/list-monitoring/add-edit-list/add-edit-list.component.css create mode 100644 src/app/content/hemat-app/list-monitoring/add-edit-list/add-edit-list.component.html create mode 100644 src/app/content/hemat-app/list-monitoring/add-edit-list/add-edit-list.component.spec.ts create mode 100644 src/app/content/hemat-app/list-monitoring/add-edit-list/add-edit-list.component.ts diff --git a/src/app/_layout/header/horizontal/horizontal.component.html b/src/app/_layout/header/horizontal/horizontal.component.html index 4d07c39..d9f69f7 100644 --- a/src/app/_layout/header/horizontal/horizontal.component.html +++ b/src/app/_layout/header/horizontal/horizontal.component.html @@ -12,7 +12,7 @@ src="../../../../assets/images/logo/logo.png"> -

Hemat - (V@2024.05.31.01)

+

Hemat - (V@2024.06.03.01)