We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 559412a + 1ce89cc commit c0b4348Copy full SHA for c0b4348
frontend/src/pages/pipelines/global/pipelines/GlobalPipelines.tsx
@@ -1,5 +1,4 @@
1
import * as React from 'react';
2
-import { Divider } from '@patternfly/react-core';
3
import { usePipelinesAPI } from '~/concepts/pipelines/context';
4
import {
5
pipelinesPageDescription,
@@ -20,7 +19,6 @@ const GlobalPipelines: React.FC = () => {
20
19
headerAction={pipelinesAPi.pipelinesServer.installed && <PipelinesPageHeaderActions />}
21
getRedirectPath={(namespace) => `/pipelines/${namespace}`}
22
>
23
- <Divider />
24
<EnsureAPIAvailability>
25
<PipelinesView />
26
</EnsureAPIAvailability>
0 commit comments