mirror of
https://github.com/1Panel-dev/1Panel.git
synced 2025-02-21 05:15:27 +08:00
feat: Adjusted the position of the quick jump button.
Some checks failed
SonarCloud Scan / SonarCloud (push) Failing after -6s
Some checks failed
SonarCloud Scan / SonarCloud (push) Failing after -6s
This commit is contained in:
parent
f4f5a36475
commit
c3685f6b74
1 changed files with 4 additions and 4 deletions
|
@ -25,7 +25,10 @@
|
|||
<el-form-item :label="$t('website.domain')" prop="domain">
|
||||
<el-input v-model.trim="req.domain" :disabled="operate === 'update'" />
|
||||
<span class="input-help">
|
||||
{{ $t('aitool.proxyHelper4') + ' ' }}
|
||||
{{ $t('aitool.proxyHelper4') }}
|
||||
</span>
|
||||
<span class="input-help">
|
||||
{{ $t('aitool.proxyHelper6') }}
|
||||
<el-link
|
||||
class="pageRoute"
|
||||
icon="Position"
|
||||
|
@ -35,9 +38,6 @@
|
|||
{{ $t('firewall.quickJump') }}
|
||||
</el-link>
|
||||
</span>
|
||||
<span class="input-help">
|
||||
{{ $t('aitool.proxyHelper6') }}
|
||||
</span>
|
||||
</el-form-item>
|
||||
<el-form-item :label="$t('firewall.address')" prop="ipList">
|
||||
<el-input
|
||||
|
|
Loading…
Reference in a new issue