LP#1772680: add admin interfaces for the RBDigital integration tables
authorGalen Charlton <gmc@equinoxinitiative.org>
Wed, 23 Jan 2019 01:50:01 +0000 (20:50 -0500)
committerChris Sharp <csharp@georgialibraries.org>
Mon, 16 Mar 2020 19:50:16 +0000 (15:50 -0400)
commit5dc1030ca85fedc00d172ad45ce794d348a2e05a
tree852003ab7d7f84d532e4cd56f96e28b32b8f0841
parent008d8d65156751f26779da89181c6348ff0c5aba
LP#1772680: add admin interfaces for the RBDigital integration tables

The database tables used by the RBDigital interface now have
standard Angular administration interfaces. These can be reached
from a new item on the web staff Adminstration menu, "Extras Administration"

Signed-off-by: Galen Charlton <gmc@equinoxinitiative.org>
Open-ILS/src/eg2/src/app/staff/admin/basic-admin-page.component.ts
Open-ILS/src/eg2/src/app/staff/admin/extra/admin-extra-splash.component.html [new file with mode: 0644]
Open-ILS/src/eg2/src/app/staff/admin/extra/admin-extra-splash.component.ts [new file with mode: 0644]
Open-ILS/src/eg2/src/app/staff/admin/extra/admin-extra.module.ts [new file with mode: 0644]
Open-ILS/src/eg2/src/app/staff/admin/extra/routing.module.ts [new file with mode: 0644]
Open-ILS/src/eg2/src/app/staff/admin/routing.module.ts
Open-ILS/src/eg2/src/app/staff/nav.component.html
Open-ILS/src/templates/staff/navbar.tt2