mirror of
https://github.com/Unleash/unleash.git
synced 2025-01-20 00:08:02 +01:00
Minor tweaks
This commit is contained in:
parent
da86b62509
commit
2b33fd0a49
@ -184,6 +184,7 @@ export default class App extends Component {
|
||||
{createListItem('/history', 'Event History')}
|
||||
{createListItem('/archive', 'Archived Toggles')}
|
||||
{createListItem('/applications', 'Applications')}
|
||||
<a href="/api/admin/user/logout">Sign out</a>
|
||||
</FooterLinkList>
|
||||
</FooterDropDownSection>
|
||||
<FooterDropDownSection title="Clients">
|
||||
|
@ -15,7 +15,7 @@ class AuthenticationCustomComponent extends React.Component {
|
||||
<CardActions style={{ textAlign: 'center' }}>
|
||||
<a href={authDetails.path}>
|
||||
<Button raised colored>
|
||||
Click to Auhtenticate
|
||||
Sign In
|
||||
</Button>
|
||||
</a>
|
||||
</CardActions>
|
||||
|
@ -33,15 +33,15 @@ class SimpleAuthenticationComponent extends React.Component {
|
||||
This instance of Unleash is not set up with a secure authentication provider. You can read more
|
||||
about{' '}
|
||||
<a href="https://github.com/Unleash/unleash/blob/master/docs/securing-unleash.md" target="_blank">
|
||||
securing unleash on GitHub
|
||||
securing Unleash on GitHub
|
||||
</a>
|
||||
</p>
|
||||
<Textfield label="Email" name="email" required type="email" ref="email" />
|
||||
<br />
|
||||
|
||||
<CardActions style={{ textAlign: 'center' }}>
|
||||
<Button raised accent colored>
|
||||
Unsecure Login
|
||||
<Button raised colored>
|
||||
Sign in
|
||||
</Button>
|
||||
</CardActions>
|
||||
</form>
|
||||
|
Loading…
Reference in New Issue
Block a user