File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
frontend/src/views/host/firewall/status Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 2121 {{ $t('commons.button.restart') }}
2222 </el-button >
2323 </template >
24- <template v-if =" ! baseInfo .isInit " >
24+ <template v-if =" ! baseInfo .isInit || ( props . currentTab === ' forward ' && ! baseInfo . isBind ) " >
2525 <el-divider direction =" vertical" />
2626 <el-button type =" primary" link @click =" onInit" >
2727 {{ $t('commons.button.init') }}
7171 ref =" dockerRef"
7272 v-model:withDockerRestart =" withDockerRestart"
7373 @submit =" onSubmit"
74- :title =" $t('firewall.firewallHelper', [i18n.global. t('commons.button.' + operation)])"
74+ :title =" $t('firewall.firewallHelper', [$ t('commons.button.' + operation)])"
7575 >
7676 <template #helper >
7777 <span >{{ $t('firewall.' + operation + 'FirewallHelper') }}</span >
You can’t perform that action at this time.
0 commit comments