Skip to content
This repository was archived by the owner on Jul 30, 2025. It is now read-only.

Commit 9eb3079

Browse files
committed
fix: ensure kubectl Delete toolbar button appears at far right
Fixes #4116
1 parent 8428d72 commit 9eb3079

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

plugins/plugin-kubectl/src/lib/view/modes/DeleteButton.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ function command(tab: Tab, resource: KubeResource, args: { argvNoOptions: string
3333
const mode = {
3434
icon: <DeleteIcon />,
3535
mode: 'delete',
36+
order: 100, // delete button at the end
3637
label: strings('deleteResource'),
3738
kind: 'drilldown' as const,
3839
command,

0 commit comments

Comments
 (0)