From 46c63acfdb4bfa54c5f2a6eb42d80e5dd853488a Mon Sep 17 00:00:00 2001 From: jz385p Date: Thu, 30 Jan 2020 19:36:10 +0530 Subject: Angular upgrade - Dynamic widget,widget catalog Angular upgrade Issue-ID: PORTAL-815 Change-Id: If3db891f2d02efa1d86b71198de97a322ddd0cfa Signed-off-by: jz385p --- .../widget-catalog/widget-catalog.component.html | 100 +++++++++++++++++++++ 1 file changed, 100 insertions(+) create mode 100644 portal-FE-common/src/app/pages/widget-catalog/widget-catalog.component.html (limited to 'portal-FE-common/src/app/pages/widget-catalog/widget-catalog.component.html') diff --git a/portal-FE-common/src/app/pages/widget-catalog/widget-catalog.component.html b/portal-FE-common/src/app/pages/widget-catalog/widget-catalog.component.html new file mode 100644 index 00000000..927e264c --- /dev/null +++ b/portal-FE-common/src/app/pages/widget-catalog/widget-catalog.component.html @@ -0,0 +1,100 @@ + +
+
+
+

{{'Widget Catalog'}}

+
+
+
+
+ + +
+ + + +
+ +
+
+ + drag_handle +

{{ item.name | elipsis: 13}}

+ + + + + +
+
+ +
+ +
+
+
+ + + +
+
+
+
+
+ To request access to an application widget, please visit the Get Access page. +
+
+
+
+
+
+ +
+
+
+
+
+
\ No newline at end of file -- cgit 1.2.3-korg