mirror of
https://github.com/1Panel-dev/1Panel.git
synced 2025-01-19 08:19:15 +08:00
feat: Optimize English description and layout (#7346)
This commit is contained in:
parent
82e9e72c70
commit
5a1928bee6
@ -1053,7 +1053,7 @@ const message = {
|
|||||||
hostname: 'Hostname',
|
hostname: 'Hostname',
|
||||||
passwd: 'System password',
|
passwd: 'System password',
|
||||||
passwdHelper: 'Input characters cannot include $ and &',
|
passwdHelper: 'Input characters cannot include $ and &',
|
||||||
timeZone: 'System time zone',
|
timeZone: 'Time zone',
|
||||||
localTime: 'Server time',
|
localTime: 'Server time',
|
||||||
timeZoneChangeHelper: 'Modifying the system time zone requires restarting the service. Continue?',
|
timeZoneChangeHelper: 'Modifying the system time zone requires restarting the service. Continue?',
|
||||||
timeZoneHelper: `If you don't install "timedatectl" command, you may not change the time zone. Because system uses that command to change time zone.`,
|
timeZoneHelper: `If you don't install "timedatectl" command, you may not change the time zone. Because system uses that command to change time zone.`,
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
<el-row style="margin-top: 20px">
|
<el-row style="margin-top: 20px">
|
||||||
<el-col :span="1"><br /></el-col>
|
<el-col :span="1"><br /></el-col>
|
||||||
<el-col :xs="24" :sm="20" :md="20" :lg="10" :xl="10">
|
<el-col :xs="24" :sm="20" :md="20" :lg="10" :xl="10">
|
||||||
<el-form :model="form" label-position="left" ref="formRef" label-width="120px">
|
<el-form :model="form" label-position="left" ref="formRef" label-width="130px">
|
||||||
<el-form-item label="DNS" prop="dnsItem">
|
<el-form-item label="DNS" prop="dnsItem">
|
||||||
<el-input disabled v-model="form.dnsItem">
|
<el-input disabled v-model="form.dnsItem">
|
||||||
<template #append>
|
<template #append>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user