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>
Wed, 16 Oct 2019 18:45:00 +0000 (14:45 -0400)
commita6d10817770383f21744780a0556c9dadfd7b067
tree00128f55da18050c1da47b36444ffab152324224
parente86f403b9c3dfd16ecc860bc904ebca333d55e44
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