mirror of
https://github.com/1Panel-dev/1Panel.git
synced 2025-10-16 18:36:21 +08:00
feat: 调整菜单次序 (#3335)
This commit is contained in:
parent
55c71df906
commit
471a245732
5 changed files with 5 additions and 5 deletions
|
@ -924,7 +924,7 @@ const message = {
|
||||||
'When there are multiple DNS entries, they should be displayed on new lines. e.g.\n114.114.114.114\n8.8.8.8',
|
'When there are multiple DNS entries, they should be displayed on new lines. e.g.\n114.114.114.114\n8.8.8.8',
|
||||||
hostsHelper: 'Hostname Resolution',
|
hostsHelper: 'Hostname Resolution',
|
||||||
hosts: 'Domain',
|
hosts: 'Domain',
|
||||||
toolbox: 'Toolbox',
|
toolbox: 'Quick Setup',
|
||||||
hostname: 'Hostname',
|
hostname: 'Hostname',
|
||||||
passwd: 'System Password',
|
passwd: 'System Password',
|
||||||
passwdHelper: 'Input characters cannot include $ and &',
|
passwdHelper: 'Input characters cannot include $ and &',
|
||||||
|
|
|
@ -878,7 +878,7 @@ const message = {
|
||||||
dnsHelper1: '當存在多個DNS時,需換行顯示,例:\n114.114.114.114\n8.8.8.8',
|
dnsHelper1: '當存在多個DNS時,需換行顯示,例:\n114.114.114.114\n8.8.8.8',
|
||||||
hostsHelper: '主機名解析',
|
hostsHelper: '主機名解析',
|
||||||
hosts: '域名',
|
hosts: '域名',
|
||||||
toolbox: '工具箱',
|
toolbox: '快速設置',
|
||||||
hostname: '主機名',
|
hostname: '主機名',
|
||||||
passwd: '系統密碼',
|
passwd: '系統密碼',
|
||||||
passwdHelper: '輸入的字符不能包含 $ 和 &',
|
passwdHelper: '輸入的字符不能包含 $ 和 &',
|
||||||
|
|
|
@ -879,7 +879,7 @@ const message = {
|
||||||
dnsHelper1: '当存在多个 DNS 时,需换行显示,例:\n114.114.114.114\n8.8.8.8',
|
dnsHelper1: '当存在多个 DNS 时,需换行显示,例:\n114.114.114.114\n8.8.8.8',
|
||||||
hostsHelper: '主机名解析',
|
hostsHelper: '主机名解析',
|
||||||
hosts: '域名',
|
hosts: '域名',
|
||||||
toolbox: '工具箱',
|
toolbox: '快速设置',
|
||||||
hostname: '主机名',
|
hostname: '主机名',
|
||||||
passwd: '系统密码',
|
passwd: '系统密码',
|
||||||
passwdHelper: '输入字符不能包含 $ 和 &',
|
passwdHelper: '输入字符不能包含 $ 和 &',
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
import { Layout } from '@/routers/constant';
|
import { Layout } from '@/routers/constant';
|
||||||
|
|
||||||
const cronRouter = {
|
const cronRouter = {
|
||||||
sort: 6,
|
sort: 8,
|
||||||
path: '/cronjobs',
|
path: '/cronjobs',
|
||||||
component: Layout,
|
component: Layout,
|
||||||
redirect: '/cronjobs',
|
redirect: '/cronjobs',
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
import { Layout } from '@/routers/constant';
|
import { Layout } from '@/routers/constant';
|
||||||
|
|
||||||
const hostRouter = {
|
const hostRouter = {
|
||||||
sort: 7,
|
sort: 6,
|
||||||
path: '/hosts',
|
path: '/hosts',
|
||||||
component: Layout,
|
component: Layout,
|
||||||
redirect: '/hosts/security',
|
redirect: '/hosts/security',
|
||||||
|
|
Loading…
Add table
Reference in a new issue