App: Drop permission check
This commit is contained in:
parent
28a76a6dcb
commit
af5f734328
2 changed files with 2 additions and 36 deletions
|
|
@ -1,23 +0,0 @@
|
|||
import React from 'react';
|
||||
|
||||
import { InfoCircleIcon } from '@patternfly/react-icons';
|
||||
import { Button, EmptyState, EmptyStateVariant, EmptyStateIcon, EmptyStateBody, Title } from '@patternfly/react-core';
|
||||
|
||||
const PermissionDenied = () => {
|
||||
return (
|
||||
<EmptyState variant={ EmptyStateVariant.large } data-testid="empty-state-denied">
|
||||
<EmptyStateIcon icon={ InfoCircleIcon } />
|
||||
<Title headingLevel="h4" size="lg">
|
||||
Image Builder is not quite ready
|
||||
</Title>
|
||||
<EmptyStateBody>
|
||||
Image Builder is in early development and not ready for use yet.
|
||||
If you're interested in trying it out once it reaches beta,
|
||||
fill out your contact information in the sign up form, and we'll be in touch once it's ready.
|
||||
</EmptyStateBody>
|
||||
<Button id="beta-signup-button" variant="primary">Sign up</Button>
|
||||
</EmptyState>
|
||||
);
|
||||
};
|
||||
|
||||
export default PermissionDenied;
|
||||
Loading…
Add table
Add a link
Reference in a new issue