Skip to content

Commit

Permalink
adjust app-releases button permission
Browse files Browse the repository at this point in the history
Signed-off-by: lingbo <[email protected]>
  • Loading branch information
lingbohome committed Nov 13, 2024
1 parent 3eeabe8 commit 2058f09
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ function DetailInfo(): JSX.Element {
cardProps={{
name: getDisplayName(detail),
desc: detail?.description,
authKey: 'applications',
authKey: 'app-releases',
icon: (
<Image
iconSize={32}
Expand All @@ -221,7 +221,7 @@ function DetailInfo(): JSX.Element {
),
attrs: getAttrs(),
actions: getActions(),
params: { workspace },
params: { cluster, workspace, namespace },
actionOptions: { theme: 'dark' },
breadcrumbs: {
label: t('APP_PL'),
Expand Down

0 comments on commit 2058f09

Please sign in to comment.