Skip to content

Commit

Permalink
bug: add parent ref node info on resource list
Browse files Browse the repository at this point in the history
Signed-off-by: ashutosh16 <[email protected]>
  • Loading branch information
ashutosh16 committed Nov 15, 2023
1 parent 09e3d1c commit c843c7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/src/app/applications/components/utils.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -474,7 +474,7 @@ function getActionItems(
.settings()
.then(async settings => {
const execAllowed = settings.execEnabled && (await services.accounts.canI('exec', 'create', application.spec.project + '/' + application.metadata.name));
if (resource.kind === 'Pod' && settings.execEnabled && execAllowed) {
if (resource.kind === 'Pod' && execAllowed) {
return [
{
title: 'Exec',
Expand Down

0 comments on commit c843c7f

Please sign in to comment.