From e0b464f75666b80976466437fa1057c3b4efd39f Mon Sep 17 00:00:00 2001 From: Sudarshan Kumar Date: Thu, 30 Jan 2020 15:43:53 +0530 Subject: Added new componetnts inside page modules Added catalog-modal, role, roles-function, scheduler, user-notification-admin, users, widgets componetnts. Issue-ID: PORTAL-795 Change-Id: I4b5d781bb91224d7f4f3b00025443b906a4b4e5b Signed-off-by: Sudarshan Kumar --- .../src/app/pages/role/role.component.html | 115 +++++++++++++++++++++ 1 file changed, 115 insertions(+) create mode 100644 portal-FE-common/src/app/pages/role/role.component.html (limited to 'portal-FE-common/src/app/pages/role/role.component.html') diff --git a/portal-FE-common/src/app/pages/role/role.component.html b/portal-FE-common/src/app/pages/role/role.component.html new file mode 100644 index 00000000..9f57aa47 --- /dev/null +++ b/portal-FE-common/src/app/pages/role/role.component.html @@ -0,0 +1,115 @@ + + +
+
+

Roles

+
+ + Select Application + + + {{app.appName}} + + +   + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Name {{element.name}} + Priority {{element.priority}} + Active + + Edit + + + + Delete + + + +
+ + + Manage Role + Functions

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