Skip to content

Commit 926f526

Browse files
rhamiltoclaude
andcommitted
Use Actions button instead of kebab menu on Subscription details page
The Subscription details page was displaying a kebab menu (three-dot icon) instead of a proper Actions button. This change updates the customActionMenu to use ActionMenuVariant.DROPDOWN, which renders as a labeled "Actions" button, matching the pattern used on the Operator details page. Fixes: https://issues.redhat.com/browse/OCPBUGS-74974 Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
1 parent 4896b56 commit 926f526

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)