mirror of
https://github.com/harvester/harvester-ui-extension.git
synced 2025-12-13 13:11:43 +00:00
refactor: remove unneeded translation keys (#416)
Signed-off-by: Andy Lee <andy.lee@suse.com>
This commit is contained in:
parent
a9fa928912
commit
e294f4c00f
@ -208,7 +208,15 @@ export default {
|
||||
</template>
|
||||
|
||||
<style lang="scss" scoped>
|
||||
:deep(textarea) {
|
||||
overflow-y: auto !important;
|
||||
$yaml-height: 540px;
|
||||
|
||||
:deep() .yaml-editor{
|
||||
flex: 1;
|
||||
min-height: $yaml-height;
|
||||
& .code-mirror .CodeMirror {
|
||||
position: initial;
|
||||
height: auto;
|
||||
min-height: $yaml-height;
|
||||
}
|
||||
}
|
||||
</style>
|
||||
|
||||
@ -1127,19 +1127,8 @@ harvester:
|
||||
privateKey: Private Key
|
||||
ca: CA
|
||||
rancherCluster:
|
||||
description: Configure Rancher cluster integration for guest cluster management. This setting allows you to specify a Rancher KubeConfig and configure automatic cleanup behavior.
|
||||
kubeConfig: Rancher KubeConfig
|
||||
kubeConfigPlaceholder: Paste your Rancher KubeConfig content here...
|
||||
removeUpstreamClusterWhenNamespaceIsDeleted: Remove Upstream Cluster When Namespace Is Deleted
|
||||
createSecret: Create Rancher KubeConfig Secret
|
||||
updateSecret: Update Rancher KubeConfig Secret
|
||||
creatingSecret: Creating Secret...
|
||||
updatingSecret: Updating Secret...
|
||||
secretExists: A Rancher KubeConfig secret already exists and will be updated
|
||||
secretCreated: Rancher KubeConfig secret created successfully
|
||||
secretUpdated: Rancher KubeConfig secret updated successfully
|
||||
secretCreationFailed: Failed to create Rancher KubeConfig secret
|
||||
invalidKubeConfig: Invalid KubeConfig format. Please ensure it's a valid JSON kubeConfig file with apiVersion and kind fields.
|
||||
storageNetwork:
|
||||
range:
|
||||
placeholder: e.g. 172.16.0.0/24
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user