mirror of
https://github.com/sartography/spiff-arena.git
synced 2025-01-13 11:05:56 +00:00
add nav items so people can get everywhere
This commit is contained in:
parent
aef3c2e8d9
commit
d9762a585f
@ -101,6 +101,24 @@ export default function NavigationBar() {
|
||||
>
|
||||
Process Instances
|
||||
</HeaderMenuItem>
|
||||
<HeaderMenuItem
|
||||
href="/admin/messages"
|
||||
isCurrentPage={isActivePage('/admin/messages')}
|
||||
>
|
||||
Messages
|
||||
</HeaderMenuItem>
|
||||
<HeaderMenuItem
|
||||
href="/admin/secrets"
|
||||
isCurrentPage={isActivePage('/admin/secrets')}
|
||||
>
|
||||
Secrets
|
||||
</HeaderMenuItem>
|
||||
<HeaderMenuItem
|
||||
href="/admin/authentications"
|
||||
isCurrentPage={isActivePage('/admin/authentications')}
|
||||
>
|
||||
Authentications
|
||||
</HeaderMenuItem>
|
||||
</>
|
||||
);
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user