rework admin table 01/401/3
authorjh245g <jh245g@att.com>
Fri, 21 Jun 2019 19:59:28 +0000 (15:59 -0400)
committerjh245g <jh245g@att.com>
Mon, 24 Jun 2019 13:42:05 +0000 (09:42 -0400)
commit9ed0faf04c7b65d86796aff901c5793dda581d43
tree6f0302de069583302855ec943973e02d441dd505
parent80f26bbeef6caea8f9946e8a0e1a5e0319dacc38
rework admin table

Change-Id: Ie7f475c2fc4254e6b6c7cfcf1f9143b8be9d455c
Signed-off-by: Jun (Nicolas) Hu <jh245g@att.com>
Issue-ID: RICPLT-1375
16 files changed:
docs/release-notes.rst
webapp-frontend/src/app/admin/add-dashboard-user-dialog/add-dashboard-user-dialog.component.html [new file with mode: 0644]
webapp-frontend/src/app/admin/add-dashboard-user-dialog/add-dashboard-user-dialog.component.scss [new file with mode: 0644]
webapp-frontend/src/app/admin/add-dashboard-user-dialog/add-dashboard-user-dialog.component.ts [new file with mode: 0644]
webapp-frontend/src/app/admin/admin.component.html [deleted file]
webapp-frontend/src/app/admin/admin.component.ts [deleted file]
webapp-frontend/src/app/admin/edit-dashboard-user-dialog/edit-dashboard-user-dialog.component.html [new file with mode: 0644]
webapp-frontend/src/app/admin/edit-dashboard-user-dialog/edit-dashboard-user-dialog.component.scss [new file with mode: 0644]
webapp-frontend/src/app/admin/edit-dashboard-user-dialog/edit-dashboard-user-dialog.component.ts [new file with mode: 0644]
webapp-frontend/src/app/admin/user.component.css [moved from webapp-frontend/src/app/admin/admin.component.css with 73% similarity]
webapp-frontend/src/app/admin/user.component.html [new file with mode: 0644]
webapp-frontend/src/app/admin/user.component.spec.ts [moved from webapp-frontend/src/app/admin/admin.component.spec.ts with 83% similarity]
webapp-frontend/src/app/admin/user.component.ts [new file with mode: 0644]
webapp-frontend/src/app/admin/user.datasource.ts [new file with mode: 0644]
webapp-frontend/src/app/app-routing.module.ts
webapp-frontend/src/app/app.module.ts