mirror of
https://github.com/rustfs/console.git
synced 2026-09-21 14:19:08 +08:00
feat: 更新保留模式的国际化支持 rustfs/s3-rustfs#449
This commit is contained in:
@@ -123,8 +123,8 @@
|
||||
class="w-[500px]">
|
||||
<n-form-item :label="t('Retention Mode')" path="retentionMode" class="flex-auto">
|
||||
<n-radio-group v-model:value="retentionMode">
|
||||
<n-radio value="COMPLIANCE">Compliance</n-radio>
|
||||
<n-radio value="GOVERNANCE">Governance</n-radio>
|
||||
<n-radio value="COMPLIANCE">{{ t("COMPLIANCE") }}</n-radio>
|
||||
<n-radio value="GOVERNANCE">{{ t("GOVERNANCE") }}</n-radio>
|
||||
</n-radio-group>
|
||||
</n-form-item>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user