Skip to content

Commit 7c86c3d

Browse files
Merge pull request #16018 from rhamilto/OCPBUGS-76543
[release-4.20] OCPBUGS-76543: Use Actions button instead of kebab menu on Subscription details page
2 parents 4896b56 + 926f526 commit 7c86c3d

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

frontend/packages/operator-lifecycle-manager/src/components/subscription.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ import {
6767
WarningStatus,
6868
YellowExclamationTriangleIcon,
6969
} from '@console/shared';
70+
import { ActionMenuVariant } from '@console/shared/src/components/actions';
7071
import { DescriptionListTermHelp } from '@console/shared/src/components/description-list/DescriptionListTermHelp';
7172
import PaneBody from '@console/shared/src/components/layout/PaneBody';
7273
import PaneBodyGroup from '@console/shared/src/components/layout/PaneBodyGroup';
@@ -776,6 +777,7 @@ export const SubscriptionDetailsPage: React.FC<SubscriptionDetailsPageProps> = (
776777
context={{
777778
[referenceFor(obj)]: obj,
778779
}}
780+
variant={ActionMenuVariant.DROPDOWN}
779781
/>
780782
)}
781783
/>

0 commit comments

Comments
 (0)