LP#1849212 Course List Ui
authorZavier Banks <zbanks@catalyte.io>
Thu, 24 Oct 2019 18:26:40 +0000 (18:26 +0000)
committerMichele Morgan <mmorgan@noblenet.org>
Mon, 14 Sep 2020 19:01:08 +0000 (15:01 -0400)
commit258b7cb4712de9792abc60ade98103776e8d5a74
tree8487b1c4b606f93c83130a67e29d653eab9c37fa
parentfeab6b041e0b7d2138c64110c7f2c8d084465d8a
LP#1849212 Course List Ui

Added a grid component that displays the available data, specified
by the class, while also modifying the routing, so the admin splash
page links to the created component.

Signed-off-by: Zavier Banks <zbanks@catalyte.io>
Signed-off-by: Jane Sandberg <sandbej@linnbenton.edu>
Signed-off-by: Michele Morgan <mmorgan@noblenet.org>
Open-ILS/src/eg2/src/app/staff/admin/server/admin-server-splash.component.html
Open-ILS/src/eg2/src/app/staff/admin/server/course-reserves/course-list.component.html [new file with mode: 0644]
Open-ILS/src/eg2/src/app/staff/admin/server/course-reserves/course-list.component.ts [new file with mode: 0644]
Open-ILS/src/eg2/src/app/staff/admin/server/course-reserves/course-reserves.module.ts [new file with mode: 0644]
Open-ILS/src/eg2/src/app/staff/admin/server/course-reserves/routing.module.ts [new file with mode: 0644]
Open-ILS/src/eg2/src/app/staff/admin/server/routing.module.ts