0.1.52 Gateway
This commit is contained in:
@@ -255,6 +255,13 @@ export function Layout() {
|
||||
<span className="account-avatar account-avatar-large" aria-hidden="true">{initial}</span>
|
||||
<span><small>Signed in as</small><b>{currentUser}</b></span>
|
||||
</div>
|
||||
{/* The gateway's own settings live here rather than on the rail: the rail
|
||||
is the household — its users, its content, its televisions — and this
|
||||
is the server process those pages are served by. */}
|
||||
<NavLink to="/admin/settings" role="menuitem" onClick={() => setAccountOpen(false)}>
|
||||
<Icon name="sliders" />
|
||||
Gateway settings
|
||||
</NavLink>
|
||||
<form method="post" action="/admin/logout">
|
||||
<button type="submit" role="menuitem">
|
||||
<Icon name="logout" />
|
||||
|
||||
Reference in New Issue
Block a user