Skip to content

Commit

Permalink
fix: remove 'job control' header from plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
pbullhove committed Mar 14, 2024
1 parent f589d80 commit ee612ea
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions packages/dm-core-plugins/src/job/JobControl/JobControl.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,7 @@ import {
useDocument,
useJob,
} from '@development-framework/dm-core'
import {
Button,
Chip,
Icon,
Tooltip,
Typography,
} from '@equinor/eds-core-react'
import { Button, Chip, Icon, Tooltip } from '@equinor/eds-core-react'
import { gear } from '@equinor/eds-icons'
import { AxiosError } from 'axios'
import _ from 'lodash'
Expand Down Expand Up @@ -176,9 +170,6 @@ export const JobControl = (props: IUIPlugin) => {
<div className='dm-plugin-padding'>
<div className='flex-col border rounded-md bg-equinor-lightgray'>
<div>
<div className='border-b flex justify-between items-center p-2'>
<Typography bold>Job Control</Typography>
</div>
{asCronJob && (
<div className='rounded-md p-2 m-2 bg-white border'>
<ConfigureRecurring
Expand Down

0 comments on commit ee612ea

Please sign in to comment.