diff --git a/ui/src/workflow/common/NodeContainer.vue b/ui/src/workflow/common/NodeContainer.vue
index f5b13a52176..162a678ff41 100644
--- a/ui/src/workflow/common/NodeContainer.vue
+++ b/ui/src/workflow/common/NodeContainer.vue
@@ -70,12 +70,24 @@
{{
$t('common.copy')
}}
- {{
- $t('common.status.enable')
- }}
- {{
- $t('common.status.disable')
- }}
+
+ {{
+ $t('common.status.enable')
+ }}
+ {{
+ $t('common.status.disable')
+ }}
+
{{
$t('common.delete')
}}