mirror of
https://github.com/harvester/harvester-ui-extension.git
synced 2025-12-13 21:21:44 +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>
|
</template>
|
||||||
|
|
||||||
<style lang="scss" scoped>
|
<style lang="scss" scoped>
|
||||||
:deep(textarea) {
|
$yaml-height: 540px;
|
||||||
overflow-y: auto !important;
|
|
||||||
|
:deep() .yaml-editor{
|
||||||
|
flex: 1;
|
||||||
|
min-height: $yaml-height;
|
||||||
|
& .code-mirror .CodeMirror {
|
||||||
|
position: initial;
|
||||||
|
height: auto;
|
||||||
|
min-height: $yaml-height;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|||||||
@ -1127,19 +1127,8 @@ harvester:
|
|||||||
privateKey: Private Key
|
privateKey: Private Key
|
||||||
ca: CA
|
ca: CA
|
||||||
rancherCluster:
|
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
|
kubeConfig: Rancher KubeConfig
|
||||||
kubeConfigPlaceholder: Paste your Rancher KubeConfig content here...
|
|
||||||
removeUpstreamClusterWhenNamespaceIsDeleted: Remove Upstream Cluster When Namespace Is Deleted
|
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:
|
storageNetwork:
|
||||||
range:
|
range:
|
||||||
placeholder: e.g. 172.16.0.0/24
|
placeholder: e.g. 172.16.0.0/24
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user