mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-09-08 21:03:11 -04:00
backstop reference and table scroll
This commit is contained in:
@@ -63,7 +63,7 @@
|
|||||||
<h1 class="usa-sr-only">All activity</h1>
|
<h1 class="usa-sr-only">All activity</h1>
|
||||||
<h2 class="font-body-2xl line-height-sans-2 margin-0">All activity</h2>
|
<h2 class="font-body-2xl line-height-sans-2 margin-0">All activity</h2>
|
||||||
<h2 class="margin-top-4 margin-bottom-1">Sent jobs</h2>
|
<h2 class="margin-top-4 margin-bottom-1">Sent jobs</h2>
|
||||||
<div class="usa-table-container--scrollable-mobile">
|
<div class="usa-table-container--scrollable-mobile table-overflow-x-auto">
|
||||||
<table class="usa-table usa-table--compact job-table">
|
<table class="usa-table usa-table--compact job-table">
|
||||||
<caption class="usa-sr-only">Table showing all sent jobs for this service</caption>
|
<caption class="usa-sr-only">Table showing all sent jobs for this service</caption>
|
||||||
<thead class="table-field-headings">
|
<thead class="table-field-headings">
|
||||||
|
|||||||
Binary file not shown.
|
After Width: | Height: | Size: 451 KiB |
4
urls.js
4
urls.js
@@ -67,6 +67,10 @@ const routes = {
|
|||||||
label: 'Team Members',
|
label: 'Team Members',
|
||||||
path: '/services/829ac564-59e9-47c5-ad69-e91315641c31/users',
|
path: '/services/829ac564-59e9-47c5-ad69-e91315641c31/users',
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
label: 'All Activity',
|
||||||
|
path: '/activity/services/9c765540-266e-474e-b6bb-8e2e0e32b781',
|
||||||
|
},
|
||||||
{
|
{
|
||||||
label: 'Invite User',
|
label: 'Invite User',
|
||||||
path: '/services/829ac564-59e9-47c5-ad69-e91315641c31/users/invite',
|
path: '/services/829ac564-59e9-47c5-ad69-e91315641c31/users/invite',
|
||||||
|
|||||||
Reference in New Issue
Block a user