From 8f5b48e0ddafd02dbba49f2a69089bd42058c07c Mon Sep 17 00:00:00 2001 From: jz385p Date: Thu, 23 Jan 2020 15:57:26 +0530 Subject: Added home dashboard component related files maste Added home dashboard component related files maste Issue-ID: PORTAL-809 Change-Id: Ibd17ccae20bacbe5cd4af6c88fe3d0e2f806e89b Signed-off-by: jz385p --- .../dashboard-application-catalog.component.html | 87 ++++++++++++++++++++++ 1 file changed, 87 insertions(+) create mode 100644 portal-FE-common/src/app/pages/dashboard-application-catalog/dashboard-application-catalog.component.html (limited to 'portal-FE-common/src/app/pages/dashboard-application-catalog/dashboard-application-catalog.component.html') diff --git a/portal-FE-common/src/app/pages/dashboard-application-catalog/dashboard-application-catalog.component.html b/portal-FE-common/src/app/pages/dashboard-application-catalog/dashboard-application-catalog.component.html new file mode 100644 index 00000000..3169fa01 --- /dev/null +++ b/portal-FE-common/src/app/pages/dashboard-application-catalog/dashboard-application-catalog.component.html @@ -0,0 +1,87 @@ + +
+
+ {{'Applications'}}{{'Sort by'}}: +
+ + + {{option.title}} + + +
+
+ +
+ +
+ + + +
+ +
+
+ + drag_handle +

{{ item.name | elipsis: 13}}

+ + +
+
+
+ +
+
+
+ + + + +
+
+ + +
\ No newline at end of file -- cgit 1.2.3-korg