mirror of
https://github.com/1Panel-dev/1Panel.git
synced 2026-09-23 00:00:52 +00:00
Fix: change loadBalance translate (#9448)
This commit is contained in:
@@ -1,5 +1,10 @@
|
||||
<template>
|
||||
<DrawerPro v-model="open" :header="$t('website.proxyFile')" @close="handleClose" :size="mobile ? 'full' : 'normal'">
|
||||
<DrawerPro
|
||||
v-model="open"
|
||||
:header="$t('website.sourceFile')"
|
||||
@close="handleClose"
|
||||
:size="mobile ? 'full' : 'normal'"
|
||||
>
|
||||
<CodemirrorPro v-model="req.content" mode="nginx"></CodemirrorPro>
|
||||
<template #footer>
|
||||
<span class="dialog-footer">
|
||||
|
||||
@@ -80,7 +80,7 @@ const Algorithms = getAlgorithms();
|
||||
|
||||
const buttons = [
|
||||
{
|
||||
label: i18n.global.t('website.proxyFile'),
|
||||
label: i18n.global.t('website.sourceFile'),
|
||||
click: function (row: any) {
|
||||
openEditFile(row);
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user