Skip to content

Commit

Permalink
remove Enable Pipy Ingress from Mesh
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangcheng870518 committed Jan 13, 2023
1 parent a62e0d3 commit 4f0a49d
Showing 1 changed file with 0 additions and 17 deletions.
17 changes: 0 additions & 17 deletions packages/gui/src/pages/fsm/Meshs.vue
Original file line number Diff line number Diff line change
Expand Up @@ -448,23 +448,6 @@
/>
</FormItem>
</a-descriptions-item>
<a-descriptions-item :span="1">
<template #label>
{{ $t("Enable Pipy Ingress") }}
<a-tooltip
:title="
$t(
'Check this option to deployment of fsm control plane and gateway',
)
"
>
<ExclamationCircleOutlined class="font-primary" />
</a-tooltip>
</template>
<FormItem>
<a-switch v-model:checked="payload.options.fsm.enabled" />
</FormItem>
</a-descriptions-item>
</a-descriptions>
</a-form>
</a-tab-pane>
Expand Down

0 comments on commit 4f0a49d

Please sign in to comment.