Skip to content

Commit

Permalink
standalone concurrency page
Browse files Browse the repository at this point in the history
  • Loading branch information
prha committed Jan 7, 2025
1 parent 948ce8f commit 36ef1c1
Show file tree
Hide file tree
Showing 10 changed files with 799 additions and 820 deletions.
4 changes: 2 additions & 2 deletions js_modules/dagster-ui/packages/ui-core/client.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
import {Box, Icon, Tag, Tooltip} from '@dagster-io/ui-components';
import {Link} from 'react-router-dom';

import {CONCURRENCY_KEY_DETAILS_QUERY} from './InstanceConcurrency';
import {CONCURRENCY_KEY_DETAILS_QUERY} from './InstanceConcurrencyKeyInfo';
import {useQuery} from '../apollo-client';
import {
ConcurrencyKeyDetailsQuery,
ConcurrencyKeyDetailsQueryVariables,
} from '../instance/types/InstanceConcurrency.types';
} from '../instance/types/InstanceConcurrencyKeyInfo.types';

export const ConcurrencyGroupTag = ({groupName}: {groupName: string}) => {
const groupPath = `/deployment/concurrency/${groupName}`;
Expand Down
Loading

0 comments on commit 36ef1c1

Please sign in to comment.