Skip to content

Commit

Permalink
EE Use in Controller: update for 2.5 (#4975)
Browse files Browse the repository at this point in the history
* Use in Controller: remove modal

before:
using `_ui/v1/controllers/` API to get a list of controller instances, if any
showing a modal to pick an instance

after:
assuming there's an instance on the same domain,
the dropdown item goes there directly

No-Issue

* Use in Controller - update to external links

* fix controller EE link

* fix test .. dropdown items now have role=none
  • Loading branch information
himdel authored Apr 14, 2024
1 parent d24df7d commit e4cf57d
Show file tree
Hide file tree
Showing 12 changed files with 62 additions and 584 deletions.
9 changes: 0 additions & 9 deletions src/api/controller.ts

This file was deleted.

1 change: 0 additions & 1 deletion src/api/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ export { CollectionAPI } from './collection';
export { CollectionVersionAPI } from './collection-version';
export { ContainerDistributionAPI } from './container-distribution';
export { ContainerTagAPI } from './container-tag';
export { ControllerAPI } from './controller';
export { ExecutionEnvironmentAPI } from './execution-environment';
export { ExecutionEnvironmentNamespaceAPI } from './execution-environment-namespace';
export { ExecutionEnvironmentRegistryAPI } from './execution-environment-registry';
Expand Down
1 change: 0 additions & 1 deletion src/components/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,6 @@ export { PermissionCategories } from './permission-categories';
export { PermissionChipSelector } from './permission-chip-selector';
export { PreviewRoles } from './preview-roles';
export { ProviderLink } from './provider-link';
export { PublishToControllerModal } from './publish-to-controller-modal';
export { PulpLabels } from './pulp-labels';
export { CollectionRatings, RoleRatings } from './ratings';
export { RemoteForm } from './remote-form';
Expand Down
Loading

0 comments on commit e4cf57d

Please sign in to comment.