From c43d270846e7f272240f22742e0ddd5824c3815e Mon Sep 17 00:00:00 2001 From: insanity Date: Wed, 25 Apr 2018 20:23:30 +0900 Subject: [PATCH] noti badge bug fix & map context menu is adding --- .../app.notification.component.html | 6 +- .../host-summary/host-summary.component.html | 5 ++ .../host-summary/host-summary.component.ts | 30 ++++++++ src/packages/infra/component/index.ts | 6 +- .../infra/component/map/map.component.html | 28 +++++-- .../infra/component/map/map.component.ts | 73 +++++++++++++++---- .../service-summary.component.html | 5 ++ .../service-summary.component.ts | 32 ++++++++ 8 files changed, 160 insertions(+), 25 deletions(-) create mode 100644 src/packages/infra/component/host-summary/host-summary.component.html create mode 100644 src/packages/infra/component/host-summary/host-summary.component.ts create mode 100644 src/packages/infra/component/service-summary/service-summary.component.html create mode 100644 src/packages/infra/component/service-summary/service-summary.component.ts diff --git a/src/app/commons/component/layout/notification/app.notification.component.html b/src/app/commons/component/layout/notification/app.notification.component.html index 9d6b575..2b1b18c 100644 --- a/src/app/commons/component/layout/notification/app.notification.component.html +++ b/src/app/commons/component/layout/notification/app.notification.component.html @@ -1,8 +1,8 @@
- No tifications + Notifications
-