LP1818927 Angular admin splash page sorting user/berick/lp1818927-admin-splash-sorting
authorBill Erickson <berickxx@gmail.com>
Fri, 2 Aug 2019 17:18:09 +0000 (13:18 -0400)
committerBill Erickson <berickxx@gmail.com>
Fri, 2 Aug 2019 17:18:11 +0000 (13:18 -0400)
commit0e9694e454ea47de7310e05b858a4362ac3f3314
tree1cc565435b7583a8320f7658183f43ad7d17997e
parenta1a019521bb6e78e18a310ab214122bf1d20188c
LP1818927 Angular admin splash page sorting

Adds support for a sortKey value that may be applied to a link table
link.  When present, the sortKey is used to group link links together
and indicates where in the overall page the group should be sorted.
Links within each group are subsequently sorted by label.

Non grouped links are sorted solely by label.

Adds a default set of sortKey values to Angular server admin splash
page.

Signed-off-by: Bill Erickson <berickxx@gmail.com>
Open-ILS/src/eg2/src/app/staff/admin/server/admin-server-splash.component.html
Open-ILS/src/eg2/src/app/staff/share/link-table/link-table.component.ts