mirror of
https://github.com/1Panel-dev/1Panel.git
synced 2025-03-14 01:34:47 +08:00
fix: 面板设置样式调整 (#2700)
This commit is contained in:
parent
6c957d157b
commit
de2cac5ebc
@ -371,7 +371,7 @@ const message = {
|
||||
portHelper:
|
||||
'This port is the exposed port of the container. You need to save the modification separately and restart the container!',
|
||||
|
||||
loadFromRemote: 'load from Server',
|
||||
loadFromRemote: 'Load from server',
|
||||
loadFromRemoteHelper:
|
||||
'This action will synchronize the database info on the server to 1Panel, do you want to continue?',
|
||||
passwordHelper: 'Unable to retrieve, please modify',
|
||||
@ -1129,7 +1129,7 @@ const message = {
|
||||
path: 'Path',
|
||||
|
||||
safe: 'Security',
|
||||
bindInfo: 'BindInfo',
|
||||
bindInfo: 'Bind Info',
|
||||
bindAll: 'Listen All',
|
||||
bindInfoHelper:
|
||||
'Changing the service listening address or protocol may result in service unavailability. Do you want to continue?',
|
||||
|
@ -102,6 +102,15 @@
|
||||
</template>
|
||||
</el-input>
|
||||
</el-form-item>
|
||||
<el-form-item :label="$t('setting.syncTime')">
|
||||
<el-input disabled v-model="form.localTime">
|
||||
<template #append>
|
||||
<el-button v-show="!show" @click="onChangeNtp" icon="Setting">
|
||||
{{ $t('commons.button.set') }}
|
||||
</el-button>
|
||||
</template>
|
||||
</el-input>
|
||||
</el-form-item>
|
||||
<el-form-item :label="$t('setting.systemIP')" prop="systemIP">
|
||||
<el-input disabled v-if="form.systemIP" v-model="form.systemIP">
|
||||
<template #append>
|
||||
@ -118,15 +127,6 @@
|
||||
</template>
|
||||
</el-input>
|
||||
</el-form-item>
|
||||
<el-form-item :label="$t('setting.syncTime')">
|
||||
<el-input disabled v-model="form.localTime">
|
||||
<template #append>
|
||||
<el-button v-show="!show" @click="onChangeNtp" icon="Setting">
|
||||
{{ $t('commons.button.set') }}
|
||||
</el-button>
|
||||
</template>
|
||||
</el-input>
|
||||
</el-form-item>
|
||||
</el-col>
|
||||
</el-row>
|
||||
</el-form>
|
||||
|
Loading…
x
Reference in New Issue
Block a user