From 7029d985c6d6327b7e4e9ee1d378e9586df22a02 Mon Sep 17 00:00:00 2001 From: zhengkunwang <31820853+zhengkunwang223@users.noreply.github.com> Date: Tue, 17 Dec 2024 14:44:08 +0800 Subject: [PATCH] style: change some column width (#7385) --- frontend/src/lang/modules/en.ts | 20 +++++++++---------- .../src/views/container/compose/index.vue | 17 +++++++++++----- .../src/views/container/container/index.vue | 2 +- frontend/src/views/database/mysql/index.vue | 2 +- .../src/views/database/postgresql/index.vue | 2 +- .../src/views/host/process/process/index.vue | 8 +++++++- .../src/views/toolbox/supervisor/index.vue | 8 ++++---- frontend/src/views/website/ssl/ca/index.vue | 2 +- frontend/src/views/website/ssl/index.vue | 6 +++--- frontend/src/views/website/website/index.vue | 2 +- 10 files changed, 41 insertions(+), 28 deletions(-) diff --git a/frontend/src/lang/modules/en.ts b/frontend/src/lang/modules/en.ts index 33d01c05c..7591f602e 100644 --- a/frontend/src/lang/modules/en.ts +++ b/frontend/src/lang/modules/en.ts @@ -418,7 +418,7 @@ const message = { goInstall: 'Go to install', source: 'Source', isDelete: 'Deleted', - permission: 'Change permissions', + permission: 'Permissions', permissionForIP: 'IP', permissionAll: 'All of them(%)', databaseConnInfo: 'View connection info', @@ -431,7 +431,7 @@ const message = { remoteHelper: 'Multiple IP comma-delimited, example: 172.16.10.111, 172.16.10.112', remoteConnHelper: 'Remote connection to MySQL as user root may have security risks. Therefore, perform this operation with caution.', - changePassword: 'Change password', + changePassword: 'Password', changePasswordHelper: 'The database has been associated with an application. Changing the password will change the database password of the application at the same time. The change takes effect after the application restarts.', @@ -799,7 +799,7 @@ const message = { apps: 'App Store', local: 'Local', createCompose: 'Create', - composeDirectory: 'Compose directory', + composeDirectory: 'Directory', template: 'Template', composeTemplate: 'Compose template | Compose templates', createComposeTemplate: 'Create', @@ -1209,7 +1209,7 @@ const message = { role: 'Permissions', info: 'View attributes', linkFile: 'Soft link', - terminal: 'Open terminal', + terminal: 'Terminal', batchoperation: 'batch operation', shareList: 'Share list', zip: 'Compressed', @@ -2102,7 +2102,7 @@ const message = { disabled: 'Stopped', startProxy: 'This will start reverse proxy. Do you want to continue?', stopProxy: 'This will stop the reverse proxy. Do you want to continue?', - sourceFile: 'View source', + sourceFile: 'Source', proxyHelper1: 'When accessing this directory, the content of the target URL will be returned and displayed.', proxyPassHelper: 'The target URL must be valid and accessible.', proxyHostHelper: 'Pass the domain name in the request header to the proxy server.', @@ -2237,14 +2237,14 @@ const message = { err: 'Error', value: 'record value', dnsResolveHelper: 'Please go to the DNS resolution service provider to add the following resolution records:', - detail: 'View details', + detail: 'Details', msg: 'Information', ssl: 'Certificate', key: 'Private key', startDate: 'Effective time', organization: 'issuing organization', renewConfirm: 'This will renew a new certificate for domain name {0}. Do you want to continue?', - autoRenew: 'Automatic renewal', + autoRenew: 'Auto-Renew', autoRenewHelper: 'Automatically renew 30 days before expiration', renewSuccess: 'Renewal successful', renewWebsite: @@ -2435,7 +2435,7 @@ const message = { }, process: { pid: 'Process ID', - ppid: 'Parent process ID', + ppid: 'Parent PID', numThreads: 'Threads', memory: 'Memory', diskRead: 'Disk read', @@ -2465,7 +2465,7 @@ const message = { laddr: 'Source address/port', raddr: 'Destination address/port', stopProcess: 'End', - viewDetails: 'View details', + viewDetails: 'Details', stopProcessWarn: 'Are you sure you want to end this process (PID:{0})?', processName: 'Process name', }, @@ -2480,7 +2480,7 @@ const message = { user: 'User', command: 'Command', dir: 'Directory', - numprocs: 'Number of process', + numprocs: 'Num. of process', initWarn: 'This will modify "files" value in "[include"] section in the main configuration file. The directory of other configuration file will be: "{1Panel installation directory}/1panel/tools/supervisord/supervisor.d/".', operatorHelper: 'Operation {1} will be performed on {0}, continue? ', diff --git a/frontend/src/views/container/compose/index.vue b/frontend/src/views/container/compose/index.vue index 5fc4957d9..f3d1e9111 100644 --- a/frontend/src/views/container/compose/index.vue +++ b/frontend/src/views/container/compose/index.vue @@ -48,14 +48,14 @@ - + - + - + - + @@ -90,7 +91,7 @@