From 23f1180bb5cec0c39439792359135d4f592b20e1 Mon Sep 17 00:00:00 2001 From: Ryan Mathis Date: Mon, 11 Jun 2018 14:29:38 -0700 Subject: [PATCH] SHIBUI-522 Updated dashboard --- .../dashboard/component/entity-item.component.html | 10 +++++----- .../dashboard/component/entity-item.component.ts | 4 ++-- .../app/dashboard/container/dashboard.component.ts | 10 +++++----- ui/src/app/dashboard/effect/search.effects.ts | 14 ++++++-------- ui/src/app/dashboard/reducer/search.reducer.ts | 10 +++++----- ui/src/locale/en.xlf | 12 ++++++------ 6 files changed, 29 insertions(+), 31 deletions(-) diff --git a/ui/src/app/dashboard/component/entity-item.component.html b/ui/src/app/dashboard/component/entity-item.component.html index ed3a6223a..4b48336ca 100644 --- a/ui/src/app/dashboard/component/entity-item.component.html +++ b/ui/src/app/dashboard/component/entity-item.component.html @@ -5,7 +5,7 @@
  - + @@ -37,7 +37,7 @@
- {entity.type, select, filter {Filter} provider {Service Provider} other {other}} Name: + {entity.kind, select, filter {Filter} provider {Service Provider} other {other}} Name:
{{ entity.name }}
Created Date:
@@ -46,11 +46,11 @@
- {entity.type, select, filter {Filter} provider {Service Provider} other {other}} Entity ID: + {entity.kind, select, filter {Filter} provider {Service Provider} other {other}} Entity ID:
{{ entity.entityId }}
- {entity.type, select, filter {Filter} provider {Service Provider} other {other}} Status: + {entity.kind, select, filter {Filter} provider {Service Provider} other {other}} Status:
-