Skip to content

Commit

Permalink
Remove back button
Browse files Browse the repository at this point in the history
  • Loading branch information
yenienserrano committed Nov 14, 2024
1 parent cdc8991 commit abd86f2
Showing 1 changed file with 0 additions and 17 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ import {
EuiPageBody,
EuiSpacer,
EuiProgress,
EuiButtonIcon,
} from '@elastic/eui';
import { WzRequest } from '../../../../../react-services/wz-request';
import { UI_LOGGER_LEVELS } from '../../../../../../common/constants';
Expand Down Expand Up @@ -43,7 +42,6 @@ import {
nestedResolve,
savedSearch,
} from '../../../../../services/resolves';
import NavigationService from '../../../../../react-services/navigation-service';

export const RegisterAgent = compose(
withErrorBoundary,
Expand Down Expand Up @@ -189,21 +187,6 @@ export const RegisterAgent = compose(
<EuiFlexItem>
<EuiPanel className='register-agent-wizard-container'>
<EuiFlexGroup>
<EuiFlexItem grow={false} style={{ marginRight: 0 }}>
<EuiButtonIcon
aria-label='Back'
color='primary'
style={{ marginTop: 4 }}
iconSize='l'
iconType='arrowLeft'
href={NavigationService.getInstance().getUrlForApp(
endpointSummary.id,
{
path: `#${endpointSummary.redirectTo()}`,
},
)}
/>
</EuiFlexItem>
<EuiFlexItem>
<EuiTitle size='s'>
<h1>Deploy new agent</h1>
Expand Down

0 comments on commit abd86f2

Please sign in to comment.