mirror of
https://github.com/acepanel/panel.git
synced 2026-02-04 01:57:19 +08:00
fix: lint
This commit is contained in:
@@ -34,7 +34,7 @@ const handleSaveEnv = () => {
|
||||
<n-alert type="warning">
|
||||
{{
|
||||
$gettext(
|
||||
'This is modifying the Minio environment variable file /etc/default/minio. If you do not understand the meaning of each parameter, please do not modify it arbitrarily!'
|
||||
'This is modifying the MinIO environment variable file /etc/default/minio. If you do not understand the meaning of each parameter, please do not modify it arbitrarily!'
|
||||
)
|
||||
}}
|
||||
</n-alert>
|
||||
|
||||
@@ -13,7 +13,7 @@ export default {
|
||||
path: '',
|
||||
component: () => import('./IndexView.vue'),
|
||||
meta: {
|
||||
title: 'Minio',
|
||||
title: 'MinIO',
|
||||
role: ['admin'],
|
||||
requireAuth: true
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user